BlinkenArea - GitList
Repositories
Blog
Wiki
BlinkenLib
Code
Commits
Branches
Tags
Search
Tree:
c9469b6
Branches
Tags
master
v0.1
v0.2
v0.3
v0.3.1
v0.4
v0.4.1
v0.5
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.6.7
v0.6.8
v0.6.9
v0.7.0
v0.7.1
v0.7.10
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.7.9
v0.8.0
v0.8.1
BlinkenLib
README
restructure directories
Stefan Schuermans
commited
c9469b6
at 2019-05-30 18:28:57
README
Blame
History
Raw
prerequisites ------------- Linux OS (maybe OS X also works) GNU C compiler libgif-dev for GIF support (recommended, but not required) libmng-dev for MNG support (recommended, but not required) building -------- run "make" in this directory support for GIF and MNG is detected automatically OS X operating system should be detected automatically installing ---------- default instllation prefix is "/usr/local" if "/usr/local/stow" exists, default is "/usr/local/stow/BlinkenLib-#.#.#" set PREFIX environment variable for next steps to change installation prefix run "make install" as root update the configuration of the system, for example: run "cd /usr/local/stow; stow BlinkenLib-#.#.#" as root run "ldconfig" as root cleaning source tree completely ------------------------------- run "make distclean" this cleans all autodetected settings and all objects, libraries and binaries cross-compiling for Windows --------------------------- clean source tree completely run "make CC=x86_64-w64-mingw32-gcc" in this directory