GENERAL
=======

Update submodule libuv
----------------------
git submodule add https://github.com/libuv/libuv libuv
cd libuv
git checkout v1.6.1
cd ..
git add libuv
git commit -m 'bumped submodule libuv to version 1.6.1'
git push


LINUX
=====

strus & strusAnalyzer
---------------------
For strusRpc to work you have to install strus, strusAnalyzer and strusModule first. 

strusRpc
--------
git clone --recursive git@github.com:PatrickFrey/strusRpc.git
cd strusRpc
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



