fixed build instructions

This commit is contained in:
Martchus 2015-05-19 22:36:04 +02:00
parent 860ebbc859
commit ef4b7d779a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Common C++ classes and routines used by my applications such as argument parser,
## Build instructions
Building the library is simple:
```
INSTALL_ROOT=/where/you/want/to/install qmake-qt5 "$pkgname.pro" -r -spec linux-g++
INSTALL_ROOT=/where/you/want/to/install qmake-qt5 "c++utilities.pro" -r -spec linux-g++
make && make install
```
As you can see, the qmake build system is used. However the library itself does *not* depend on Qt.