@ -14,12 +14,12 @@ Download the Antkeeper superbuild repository and all of its Git submodules:
CMake is required to configure and build the application. Depending on the target platform, CMake should be invoked from one of the following directories:
CMake is required to configure and build the application. Depending on the target platform, CMake should be invoked from one of the following directories:
| Directory | Platform |
| :----------------------------- | :--------------- |
| [build/linux32 ](build/linux32 ) | 32-bit Linux |
| [build/linux64 ](build/linux64 ) | 64-bit Linux |
| [build\win32 ](build/win32 ) | 32-bit Windows |
| [build\win64 ](build/win64 ) | 64-bit Windows |
| Directory | Platform |
| :----------------------------- | :------------- |
| [build/linux32 ](build/linux32 ) | 32-bit Linux |
| [build/linux64 ](build/linux64 ) | 64-bit Linux |
| [build\win32 ](build/win32 ) | 32-bit Windows |
| [build\win64 ](build/win64 ) | 64-bit Windows |
The following arguments may be passed to CMake during configuration:
The following arguments may be passed to CMake during configuration:
@ -79,4 +79,3 @@ Antkeeper superbuild is licensed under the GNU General Public License, version 3
| Simple DirectMedia Layer | Sam Lantinga | Zlib | [SDL2/* ](modules/SDL2/ ) |
| Simple DirectMedia Layer | Sam Lantinga | Zlib | [SDL2/* ](modules/SDL2/ ) |
| stb_image | Sean Barrett | MIT / Public Domain | [stb_image.h ](modules/stb/stb_image.h ) |
| stb_image | Sean Barrett | MIT / Public Domain | [stb_image.h ](modules/stb/stb_image.h ) |
| stb_image_write | Sean Barrett | MIT / Public Domain | [stb_image_write.h ](modules/stb/stb_image_write.h ) |
| stb_image_write | Sean Barrett | MIT / Public Domain | [stb_image_write.h ](modules/stb/stb_image_write.h ) |
| stb_truetype | Sean Barrett | MIT / Public Domain | [stb_truetype.h ](modules/stb/stb_truetype.h ) |