Linux, BSD:
- Install git, cmake, gcc (clang).
- Clone the repository: git clone http://code.mastervirt.ru/analogcolor && cd analogcolor
- Get submodules: git submodule update --init --recursive --remote
- Create directory to build: mkdir build && cd build
- Build it: cmake ../src/ && make