Skip to content

Commit

Permalink
add minimal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Sep 25, 2011
1 parent e806b30 commit bbf820b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Instructions for Debian derivatives

- 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.c

**Please 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

0 comments on commit bbf820b

Please sign in to comment.