Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 652 Bytes

InfiniSim

Build environment for InfiniSim.

Building the Project

Build instructions:

$ nix-shell
$ cmake -DWITH_PNG=OFF -S . -B build
$ cmake --build build -j6

By default the build uses a version of the InfiniTime sources in ./InfiniTime as git submodule. You might want to delete this submodule and use a symlink to a local version of InfiniTime or update the submodule to track your own fork of InfiniTime.

Further build instructions: https://github.com/InfiniTimeOrg/InfiniSim/blob/main/README.md

This shell.nix works with direnv.