summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-19 22:35:46 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-19 22:35:46 +0500
commit1ee094199af9c169e1ccaa53c7b0c186c4a3639e (patch)
tree168d5e2b27a9491479308a201f0df6a374df929b
parent119f4227dfe2508544c7e6914356f9a5e4ca3c28 (diff)
another readme change
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 238c3d0..385e608 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.
-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.