Skip to content

The note and source code when i'm learning The Linux Programming Interface

License

Notifications You must be signed in to change notification settings

panxiao81/learn-tlpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn TLPI (The Linux Programming Interface)

This is the source code and the note of my solution for TLPI (The Linux Programming Interface)

Still work in progress.

Since the book which I am reading is mainly focused on the Chinese version, My note is also mainly written in Chinese.

The original example source code and header file could be downloaded at auther's website, and I also provide a scripts for this job.

Build

# Install the dependency first.
$ make all

# Or build my own code only
$ make build

Since some code needs the library which comes from upstream, the makefile is automatically running the scripts to download the newest version of source code from the website.

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

The note and source code when i'm learning The Linux Programming Interface

Resources

License

Stars

Watchers

Forks