Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

BUILD.md

File metadata and controls

9 lines (7 loc) · 332 Bytes

Analogcolor, how to build

Linux, BSD:

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