- install homebrew on your Mac
- install Python 3.*, cmake, git, qt (for a server part you have to install ffmpeg, imagemagick in addition) packages with brew
- clone a git repo and checking out to 2.2.3 branch
Code: Select all
git clone https://github.com/CGRU/cgru.git git checkout 2.2.3
- add prefix path in /cgru/afanasy/src/project.cmake/build.sh
Code: Select all
CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.9.1/lib/cmake
- build in /cgru/afanasy/src/project.cmake/
Code: Select all
./build.sh --nosql
P.S. Or you can just use binary by link
