diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2021-03-06 00:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2021-03-06 01:15:41 +0300 |
commit | bc75faea27b8e72b549b9d84e9a48acf41a049ae (patch) | |
tree | 095ab054da39d695a5d40a4f990841e85d87eec9 /BUILD.md | |
parent | 78c1b9a525f9bb4047cb32baba1fa2ab8bf9ba43 (diff) | |
download | analogcolor-bc75faea27b8e72b549b9d84e9a48acf41a049ae.tar.gz |
README added
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..acce083 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,9 @@ +# 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 |