libowfat is a library of functions for C programming by Felix von Leitner.
Hompage: http://www.fefe.de/libowfat
It is used in his other software products, e.g. in gatling.
Preconditions
libowfat
- is one of the exotic software packages and
- has local software requirements.
- is compiled with diet libc.
Preparation
Get the source
cd ~/progs
cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
Versions
Always update the source from CVS
cd ~/progs/libowfat
cvs update
Compile and install
cd ~/progs/libowfat
make
make install