Fix README.md

This commit is contained in:
Martchus 2016-11-01 17:08:51 +01:00
parent 9e8a92c0ff
commit b45338d28b
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ The following Qt 5 modules are requried: core network gui widgets svg webenginew
#### Building this straight
0. Install (preferably the latest version of) g++ or clang, the required Qt 5 modules and CMake.
1. Get the sources. For the lastest version from Git clone the following repositories:
```
cd $SOURCES
git clone https://github.com/Martchus/cpp-utilities.git
@ -82,6 +83,7 @@ The following Qt 5 modules are requried: core network gui widgets svg webenginew
git clone https://github.com/Martchus/subdirs.git
```
2. Build and install everything in one step:
```
cd $BUILD_DIR
cmake \