summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-05-12 19:13:30 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-05-12 19:13:30 -0500
commit1ec2c04eb7b228324633fb3b7f924988002ca4ee (patch)
treee4a0c5b8ec43c37e3142b8e52d673fb4c965d301
parentd8aacc00589efa90a02c4f29ae1b3990fb759c5e (diff)
Update README
-rw-r--r--README16
1 files changed, 5 insertions, 11 deletions
diff --git a/README b/README
index f5883a5..071e17b 100644
--- a/README
+++ b/README
@@ -30,16 +30,13 @@ implementation since it follows Delwink's standards and development styles.
Build
-----
-You'll need a C compiler, the GNU Autotools, and libtool. On Debian-based
-systems, you can get these with:
+You'll need a C99 compiler and a POSIX build environment. On Debian-based
+systems, you can get this with:
- # apt-get install build-essential automake autoconf libtool
+ # apt-get install build-essential
-libpfxtree uses the GNU build process. You can compile it with the following
-steps:
+libpfxtree uses a simple build process. You can compile it like so:
- $ ./autogen.sh
- $ ./configure
$ make
Install
@@ -52,10 +49,7 @@ After building (see above), you can install the library with this:
Hacking
-------
-libpfxtree uses the GNU coding style for C and follows a strict 79-column limit
-in its source code. Indentations are two spaces, and tab characters are eight
-spaces. It is polite to use a tab character any time eight spaces would be used
-to indent, but it is not required.
+Match the style you see in the source code. Do not use spaces for indentation.
To submit a patch, [submit your diff to Delwink][1], or use GitHub's pull
request system.