learning-linux-c-cpp / akabook

A book about Linux C/C++ system programming, from basic to advanced

Home Page:songjinshan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A book about Linux C/C++ system programming, from basic to advanced

songjinshan.com


Languages

Language:Python 66.6%Language:JavaScript 33.4%