mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
This script download and compile all depedencies and subproject for kiwix-tools. Ideally it should be as simple as run the script with the install dir as argument. This script compile a dynamic or a static build of kiwix-tools (kiwix-serve) This as been tested on Fedora.
7 lines
88 B
Diff
7 lines
88 B
Diff
34a35,39
|
|
> #ifdef _WIN32
|
|
> #include <Windows.h>
|
|
> #else
|
|
> #include <unistd.h>
|
|
> #endif
|