Skip to content

MiddleSunshine/Linux-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linux-

The Linux Programming Interface 的源码

Start

先编译基础库

cd ./SourceCode/tlpi-book/lib
make all

之后再到所需目录去编译所需要的文件

cd $到指定目录
make $c文件
# 编译所有
make all

Ubuntu 下可能缺少的依赖:

sudo apt-get install libcap-dev

About

The Linux Programming Interface 的源码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published