From ef4b7d779a0b1dbe4383bb1cdab4129b9d9c7cba Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 22:36:04 +0200 Subject: [PATCH] fixed build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1ad77..6fdc9cd 100644 --- a/README.md +++ b/README.md @@ -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.