Skip to content

Commit

Permalink
Update COMPILING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed May 8, 2014
1 parent 2540271 commit a3f1f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ The Qt Creator IDE is used to build/debug Velocity. Velocity currently depends o

==========

If you do not want to use Qt Creator IDE, you can use Makefile in the root directory of the project.
If you do not want to use Qt Creator IDE, you can use Makefile in the root directory of the project.
The Makefile builds Velocity with debug configuration by default, but one can explicitly set desired configuration as the parameter like this:
`make debug` or `make release`

0 comments on commit a3f1f1c

Please sign in to comment.