summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3ac319d..238c3d0 100644
--- a/README
+++ b/README
@@ -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.