git clone --recursive https://github.com/rishteam/dod.git
- Dependencies
- SFML 2.5.1
- ImGui-SFML
- Built with imgui docking branch
- fmt
- nlohmann-json
- spdlog
- glm
pacman -S - < package.txt
-
Build imgui-SFML with imgui docking branch
git clone -b docking https://github.com/ocornut/imgui.git imgui
git clone https://github.com/eliasdaler/imgui-sfml.git imgui-sfml && mkdir -p imgui-sfml/build && cd imgui-sfml/build
cmake -G "MSYS Makefiles" .. -DCMAKE_INSTALL_PREFIX=C:/msys64/mingw32 -DIMGUI_DIR=$(pwd)/../../imgui
make -j8 && make install
-
Environment
- msys2
- cmake
./scripts/build.sh full run
- Generate documentation
make doxygen-docs