initial README file
Stefan Schuermans

Stefan Schuermans commited on 2016-12-30 20:57:17
Showing 1 changed files, with 25 additions and 0 deletions.

... ...
@@ -0,0 +1,25 @@
1
+prerequisites
2
+-------------
3
+Linux OS (maybe OS X also works)
4
+GNU C compiler
5
+libgif-dev for GIF support (recommended, but not required)
6
+libmng-dev for MNG support (recommended, but not required)
7
+
8
+building
9
+--------
10
+run "make" in this directory
11
+support for GIF and MNG is detected automatically
12
+OS X operating system should be detected automatically
13
+
14
+installing
15
+----------
16
+default instllation prefix is "/usr/local"
17
+if "/usr/local/stow" exists, default is "/usr/local/stow/BlinkenLib-#.#.#"
18
+set PREFIX environment variable for next steps to change installation prefix
19
+run "make install" as root
20
+
21
+cleaning source tree completely
22
+-------------------------------
23
+run "make distclean"
24
+this cleans all autodetected settings and all objects, libraries and binaries
25
+
0 26