Skip to content

Commit a45b675

Browse files
Update readme
1 parent 6a84fca commit a45b675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cross-Platform GL Executable Project
22
This is a simple template that comes with a [CMake file](CMakeLists.txt) that can be easily configured to work both on linux, windows and x86 or x64 architectures.
33

4+
* GLM version 0.9.9
5+
* GLEW version 2.1.0
6+
* GLFW version 3.3.2
7+
(Latest stable versions as for 08/03/2020)
48
# How To
59
Clone the this project. Set the desired compilation directives in the CMake file, and then use a compiler (Visual C++ on windows or GCC on linux) to compile your GL program :)

0 commit comments

Comments
 (0)