summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-07-15 16:15:26 +0500
committerpryazha <pryadeiniv@mail.ru>2025-07-15 16:15:26 +0500
commit6f9ab1f55fd54beab7f0999a69b80ef92fe63722 (patch)
treed75178447d4b81d60c06fa223fe9b7c193a25a51 /README
parent9d944f26d359e4bc1ffd8e44350b0df9f0935b18 (diff)
finish ssao
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.