summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-05-08 13:53:52 +1000
committerRobert Collins <robertc@robertcollins.net>2009-05-08 13:53:52 +1000
commite492ccf34d33321c23770e44e9413b18e6fe6f26 (patch)
treea7c2cf8267a1b1e7c7590d2fcc3f1af85298dba9 /INSTALL
parenta5a8f00dc293dfdda2ebc2f198bb3d3434e6b75c (diff)
downloadsubunit-git-e492ccf34d33321c23770e44e9413b18e6fe6f26.tar.gz
Switch to autoconf.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..655c3df
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,9 @@
+To install subunit
+------------------
+
+Bootstrap::
+ autoreconf -vi
+Configure::
+ ./configure
+Install::
+ make install