diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ My implementation of chapters from https://learnopengl.com -- Building -There is glfw, glew, stb_image and tinyobjloader-c in libs directory. -Also you need to download libmesa devel. +Building: +In the libs directory there are glfw, glew, stb_image and tinyobjloader-c. +You also need to download libmesa devel. -You need to change to each directory and compile examples separetely. +To compile, you need to go to each directory and compile the examples separately. |