-
Install required packages
$ sudo apt-get install build-essential -
Fork this repository
-
(Preferably) Build examples and APUE library
$ make -
Populate your own examples in
local*subdirectories. For example:$ cd local $ $EDITOR local.cPlease note that the main source filename must be same as the subdirectory name (i.e.
local1/local1.c) -
Build and run your example
$ cd .. # chdir to top dir $ make $ local/local
forked from roktas/apue2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Source code for the examples in the book "Advanced Programming in the UNIX Environment"
uhziel/apue2e
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Source code for the examples in the book "Advanced Programming in the UNIX Environment"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 99.9%
- Shell 0.1%