summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-03-09 00:34:21 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-03-09 00:34:21 -0500
commit604e830942d9bb27c73b22c64019f1cc848fbbd3 (patch)
treeac558f08aba2b384b21dfd9501e86544e4d70260
parent1eefe83275709d03409d09ef413fe7a28e75b8d7 (diff)
fix readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5349836..42d9953c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
## Building from a downloaded archive
+Instructions:
+
./configure
make
./tests/run-system-tests.pl
@@ -20,6 +22,8 @@ In addition to the standard `cdec` third party requirements, you will additional
- [Autoconf / Automake / Libtool](http://www.gnu.org/software/autoconf/)
- Older versions of GNU autotools may not work properly.
+Instructions:
+
autoreconf -ifv
./configure
make