Skip to content

Commit

Permalink
Merge pull request #28 from assimp/kimkulling-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kimkulling authored Jul 18, 2024
2 parents 793faca + 008c5be commit 42a8cd0
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 42a8cd0

Please sign in to comment.