Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-field committed Apr 27, 2018
1 parent a4a1e35 commit 5a90ff9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
To build, `cd` to the project directory and use `cmake .` to generate the makefiles (on Unix) or the Visual Studio project (on Windows). Then compile with `make` (Unix) or by building the Visual Studio project (Windows).
Please clone this repository with the -r option to automatically download all project submodules.

To build, `cd` to a new folder in the project directory and use `cmake ..`
to generate the makefiles (on Unix) or the Visual Studio project (on Windows).
Then compile with `make` (Unix) or by building the Visual Studio project (Windows).

0 comments on commit 5a90ff9

Please sign in to comment.