Browse Source

Add lib dependencies

DricomDragon 4 years ago
parent
commit
c72cb33316
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,3 +1,11 @@
 # OpenGlSandbox
 
-Collection of OpenGL 3 projects
+Collection of OpenGL 3 projects
+
+## Dependencies
+
+On Ubuntu 18.04 LTS :
+
+```
+sudo apt install make libsdl2-dev libglm-dev libglfw3-dev
+```