-
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
jarrocha/apue2e
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- C 85.6%
- Makefile 12.7%
- Awk 1.6%
- Shell 0.1%