summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index 385e608..b6b9374 100644
--- a/README
+++ b/README
@@ -1,7 +1,14 @@
My implementation of chapters from https://learnopengl.com
-Building:
-In the libs directory there are glfw, glew, stb_image and tinyobjloader-c.
-You also need to download libmesa devel.
+Dependencies:
+GLEW (https://github.com/nigels-com/glew)
+GLFW (https://www.glfw.org)
+stb_image.h (https://github.com/nothings/stb/blob/master/stb_image.h)
+tinyobjloader-c (https://github.com/syoyo/tinyobjloader-c)
+and -lGL which should be mesa if not mistaken.
-To compile, you need to go to each directory and compile the examples separately.
+Gentoo:
+media-libs/mesa media-libs/glew media-libs/glfw
+
+At the moment, Windows support is not implemented, each example only contains
+build.sh script.