|
@ -6,7 +6,7 @@ This repository contains a CMake superbuild system and all dependencies required |
|
|
|
|
|
|
|
|
Download the `antkeeper-superbuild` repository and all of its Git submodules: |
|
|
Download the `antkeeper-superbuild` repository and all of its Git submodules: |
|
|
|
|
|
|
|
|
git clone --recursive <repo url> |
|
|
|
|
|
|
|
|
git clone --recursive https://github.com/antkeeper/antkeeper-superbuild.git |
|
|
|
|
|
|
|
|
## Configuration & Building |
|
|
## Configuration & Building |
|
|
|
|
|
|
|
@ -60,3 +60,18 @@ If any changes have been made to the submodules, commit those first. Each submod |
|
|
## License |
|
|
## License |
|
|
|
|
|
|
|
|
Antkeeper superbuild is licensed under the GNU General Public License, version 3. For more information, see [`LICENSE.md`](./LICENSE.md). |
|
|
Antkeeper superbuild is licensed under the GNU General Public License, version 3. For more information, see [`LICENSE.md`](./LICENSE.md). |
|
|
|
|
|
|
|
|
|
|
|
### 3rd-Party Software |
|
|
|
|
|
|
|
|
|
|
|
| Name | Author(s) | License | File(s) | |
|
|
|
|
|
| :------------------------------ | :--------------------- | :-------------------------- | :------------------------------------------------------------------ | |
|
|
|
|
|
| dr_wav | David Reid | Public Domain (Unlicense) | [dr_wav.h](./modules/dr_wav/dr_wav.h) | |
|
|
|
|
|
| Easing Functions (Equations) | Robert Penner | MIT License | [easings.hpp](./modules/antkeeper-source/src/animation/easings.hpp) | |
|
|
|
|
|
| EnTT | Michele Caini | MIT License | [entt/*](./modules/entt/) | |
|
|
|
|
|
| khrplatform.h | The Khronos Group Inc. | MIT License | [khrplatform.h](./modules/glad/khrplatform.h) | |
|
|
|
|
|
| OpenGL loader generated by glad | David Herberth | Public Domain / WTFPL / CC0 | [glad.h](./modules/glad/glad.h), [glad.c](./modules/glad/glad.c) | |
|
|
|
|
|
| JSON for Modern C++ | Niels Lohmann | MIT License | [json.hpp](./modules/nlohmann/json.hpp) | |
|
|
|
|
|
| OpenAL Soft | | GNU GPL v2.0 | [entt/*](./modules/openal-soft/) | |
|
|
|
|
|
| Simple DirectMedia Layer | Sam Lantinga | zlib License | [SDL2/*](./modules/SDL2/) | |
|
|
|
|
|
| stb_image | Sean Barrett | Public Domain / MIT License | [stb_image.h](./modules/stb/stb_image.h) | |
|
|
|
|
|
| stb_image_write | Sean Barrett | Public Domain / MIT License | [stb_image_write.h](./modules/stb/stb_image_writer.h) | |