You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build environment for [InfiniSim](https://github.com/InfiniTimeOrg/InfiniSim).
4
+
5
+
## Building the Project
6
+
7
+
Build instructions:
8
+
9
+
```
10
+
$ nix-shell
11
+
$ cmake -DWITH_PNG=OFF -S . -B build
12
+
$ cmake --build build -j6
13
+
```
14
+
15
+
By default the build uses a version of the [InfiniTime sources](https://github.com/InfiniTimeOrg/InfiniTime) 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.
16
+
17
+
Further build instructions: https://github.com/InfiniTimeOrg/InfiniSim/blob/main/README.md
0 commit comments