Testla / TLPI

My answers to exercises in The Linux Programming Interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLPI

My answers to exercises in The Linux Programming Interface.

Building

Makefiles in subdirectories are written like the ones in TLPI source code. Contents of this repository should be placed alongside contents in tlpi-dist.

cp -r <some-prefix>/tlpi-dist/* ./

Running make specifying Makefile.answers as makefile will build all executables and run all tests. Note that test of 5-1 takes up more than 5 gibibytes of space in WSL1including size of file holes.

make -f Makefile.answers

Or you may want to build each subdirectory independently.

cd lib
make
cd ../04
make

About

My answers to exercises in The Linux Programming Interface.

License:GNU General Public License v3.0


Languages

Language:C 77.4%Language:Python 10.3%Language:Makefile 8.2%Language:Shell 4.0%