summaryrefslogtreecommitdiff
path: root/nestegg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'nestegg/INSTALL')
-rw-r--r--nestegg/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/nestegg/INSTALL b/nestegg/INSTALL
new file mode 100644
index 000000000..401df4184
--- /dev/null
+++ b/nestegg/INSTALL
@@ -0,0 +1,8 @@
+Build instructions for libnestegg
+=================================
+
+0. Change directory into the source directory.
+1. Run |autoreconf --install| to generate configure.
+2. Run |./configure| to configure the build.
+3. Run |make| to build.
+4. Run |make check| to run the test suite.