Skip to content

Commit bc690e2

Browse files
committed
Update readme.md
1 parent 6f7fcb0 commit bc690e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ then open tutorials/Tutorials.sln
1919
```
2020

2121
On Linux:
22+
Dependencies on Linux for the tutorials: GLEW, GLUT, Pthread.
2223
```
2324
> cd tutorials
25+
> sudo chmod +x ../premake5/linux64/premake5
2426
> ../premake5/linux64/premake5 gmake
2527
> make -j config=release_x64
2628
```
2729

2830
On MacOS:
2931
```
3032
> cd tutorials
33+
> sudo chmod +x ../premake5/osx/premake5
3134
> ../premake5/osx/premake5 gmake
3235
> make -j config=release_x64
3336
```

0 commit comments

Comments
 (0)