diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-03-09 00:34:21 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-03-09 00:34:21 -0500 |
commit | d216d5ad8f1a31eb5eedbdf963de4dea91272526 (patch) | |
tree | ead1506b318ea3ba191ae35a17952504150363c2 | |
parent | 25d441846880948f7809b2d0e1acd96fc947905d (diff) |
fix readme
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |