diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-19 22:28:55 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-19 22:28:55 +0500 |
commit | 119f4227dfe2508544c7e6914356f9a5e4ca3c28 (patch) | |
tree | 5f9cbc487f86426dc9331756cd0f4e3b995b8bb1 | |
parent | 34570d8fc43af47f776499f7413d76012f848f4c (diff) |
change readme
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 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, -but better would be download them. +There is glfw, glew, stb_image and tinyobjloader-c in libs directory. +Also you need to download libmesa devel. You need to change to each directory and compile examples separetely. |