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 imguigit clone https://github.com/eliasdaler/imgui-sfml.git imgui-sfml && mkdir -p imgui-sfml/build && cd imgui-sfml/buildcmake -G "MSYS Makefiles" .. -DCMAKE_INSTALL_PREFIX=C:/msys64/mingw32 -DIMGUI_DIR=$(pwd)/../../imguimake -j8 && make install
-
Environment
- msys2
- cmake
./scripts/build.sh full run- Generate documentation
make doxygen-docs










