c9469b64fc3933d0565ffba8a45be8a39df6b927
Stefan Schuermans 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
Stefan Schuermans restructure directories

Stefan Schuermans authored 4 years ago

20) update the configuration of the system, for example:
21)   run "cd /usr/local/stow; stow BlinkenLib-#.#.#" as root
22)   run "ldconfig" as root
Stefan Schuermans initial README file

Stefan Schuermans authored 7 years ago

23) 
24) cleaning source tree completely
25) -------------------------------
26) run "make distclean"
27) this cleans all autodetected settings and all objects, libraries and binaries
28)