git clone --recursive git@github.com:PatrickFrey/strusModule.git
cd strusModule
git submodule update --init --recursive
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCPP_LANGUAGE_VERSION=11 -DC_LANGUAGE_VERSION=99 ..
make -j<N>
make test ARGS=-j<N>
sudo make install

