summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-12-15 13:17:16 -0600
committerDavid McMackins II <contact@mcmackins.org>2015-12-15 13:17:16 -0600
commit3e5ce525da57820b62c246599fe35e33fe63526f (patch)
tree4ef054742dae3272e6c89c5d97699bed835c7653
parent40673b089fd3b9f70bfbb50e790b989a752b958d (diff)
Add dependencies
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index cbe400f..f5883a5 100644
--- a/README
+++ b/README
@@ -30,6 +30,11 @@ 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:
+
+ # apt-get install build-essential automake autoconf libtool
+
libpfxtree uses the GNU build process. You can compile it with the following
steps: