Skip to content

Commit

Permalink
Mention cmake in build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruxo committed Aug 4, 2014
1 parent cdd14c7 commit a19d14b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@ After the first git clone, you need to run:

This will clone GLFW into the right directory.

On Windows, use the project files for Visual Studio 2012 in Demo/VisualStudio.
On Linux & Mac, simply run make. It will create a executable called RunDemo.
On Linux & Mac, you can also use the Sublime Text project in the root folder
that is set up to work with debugging using SublimeGDB.
There is project files for Visual Studio 2012 in Demo/VisualStudio.
For other platforms/compilers, you need to first run cmake to generate makefile or
projects for your favorite IDE.

There's a Sublime Text project for a small Android test app in DemoAndroid with a
custom build & deploy script (Windows .bat file. There's currently no Linux/Mac
Expand Down

0 comments on commit a19d14b

Please sign in to comment.