# CMix ## How to build * git submodule update --init * mkdir build * cd build * cmake .. -DCMAKE\_BUILD\_TYPE=Release * make