added build instructions

This commit is contained in:
Martchus 2015-05-19 22:33:12 +02:00
parent 6cd3315910
commit 860ebbc859
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# c++utilities
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.
## Build instructions
Building the library is simple:
```
INSTALL_ROOT=/where/you/want/to/install qmake-qt5 "$pkgname.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.
The repository also contains PKGBUILD files for building Arch Linux packages. A PKGBUILD file to build for Windows using the Mingw-w64 compiler is also included.