Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling authored Jul 18, 2024
1 parent 793faca commit 008c5be
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ First, you have to check out the code
Now change into the repo folder and start the build:

> cd assimp_view
> cmake CMakeLists.txt
> cmake --build .
```
cd assimp_view
cmake .\CMakeLists.txt --preset=default
cmake --build .
```

To run the app go to the bin folder and run it

### Linux
> cd bin/
> ./assimp_view
```
cd bin/
./assimp_view
```

### Windows
> cd bin\debug
> .\assimp_view.exe
```
cd bin\debug
.\assimp_view.exe
```

0 comments on commit 008c5be

Please sign in to comment.