aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-02-04 14:29:54 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-02-04 14:29:54 -0500
commit82772022216c1d8b4dca2d0772d5810afc2e4ad8 (patch)
tree75810afee8fee79e507ff0d1902dad87bc1d8ce5 /README
parente47076caacdf2c60ebf00d47aa5f2f07ae33f8f3 (diff)
Release version 0.6.1.v0.6.1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3e4e6ae..6145245 100644
--- a/README
+++ b/README
@@ -9,12 +9,12 @@ Dependencies:
(jansson is optional, and is included in-tree)
Basic *nix build instructions:
- ./autogen.sh
+ ./autogen.sh # only needed if building from git repo
CFLAGS="-O3 -Wall -msse2" ./configure
make
Basic WIN32 build instructions (on Fedora 13; requires mingw32):
- ./autogen.sh
+ ./autogen.sh # only needed if building from git repo
rm -f mingw32-config.cache
MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure
make