GitHub - learning-linux-c-cpp/akabook: A book about Linux C/C++ system programming, from basic to advanced
Learning Linux C/C++ Programming from Scratch Prerequisite ============ $ sudo apt-get install python-setuptools $ sudo easy_install sphinx Build ===== $ make html $ make epub The build result will be generated under _build/html and _build/epub respectively. TODO ==== Generate images under images directory from dia files under dia directory automatically through Makefile, rather than manually.