summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLee Thompson <thompson@dtosolutions.com>2012-12-04 19:50:10 -0600
committerLee Thompson <thompson@dtosolutions.com>2012-12-04 19:50:10 -0600
commita156fb19de017c6d101b0e4cebbe3ea6819e7d40 (patch)
tree33092125c98c1107a798a9d84a5b20447cb7dc17 /README
parentca862a594cef170c493f60199ca2775c07962fbf (diff)
get testing working in autoconf
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index c6933dae..d84e95ee 100644
--- a/README
+++ b/README
@@ -3,3 +3,8 @@ README file is not used, README.md is the file to READ!
When you checkout the file, run "setup.sh" which gets autoconf initialized.
Then follow the instructions in INSTALL. Real standard stuff...
+
+
+ $ ./setup.sh # initializes Autoconf and builds your release
+ $ ./setup.sh clean # cleans all the temp files out of your tree
+ $ ./setup.sh superclean # deletes your release files so you can try again