initial README file
Stefan Schuermans authored 7 years ago
|
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)
|