git clone --recursive git@github.com:PatrickFrey/strusUtilities.git
cd strusUtilities
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 -DWITH_STRUS_VECTOR=YES -DWITH_STRUS_PATTERN=YES -DCPP_LANGUAGE_VERSION=11 -DC_LANGUAGE_VERSION=99 ..
make -j<N>
make test ARGS=-j<N>


