Skip to content

Commit

Permalink
docs: add comment on how to run Friction
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixoo committed Dec 21, 2024
1 parent b40c86e commit 8828401
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Now build:
cmake --build . --config Release
```

And finally run (from build directory):

```
./src/app/friction
```

## Build on Windows

All requirements must be installed in the correct folders, this is an example and should be adjusted to fit your environment.
Expand All @@ -132,3 +138,9 @@ cmake -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFI
cmake --build . --config Release
```

And finally run (from build directory):

```
.\src\app\friction.exe
```

0 comments on commit 8828401

Please sign in to comment.