Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Vandenberg <flangy@gmail.com>2014-07-27 22:11:51 +0400
committerAdam Vandenberg <flangy@gmail.com>2014-07-27 22:11:51 +0400
commit9f2589e4db30330ddade25ba85e1595e0f9b201b (patch)
tree6b2286585ae8dc08eae6cd0a2ba5cea96f337626 /README.md
parentadba67945acba1487b3d12a125581c86ea2d2035 (diff)
update readme
There is no longer a separate configure step.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09dd8443..3fe0af7a 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,16 @@ make
If that fails, try:
```
./autogen.sh
-./configure
make
(make test)
make install
```
-Note that ``./autogen.sh`` requires automake. On OSX, this implies installing 'glibtools'
+Note that ``./autogen.sh`` requires automake. On OSX, this implies installing
+'glibtools'.
+
+Options that were passed to `./configure` in 7.6 and earlier may now be passed
+to `./autogen.sh`.
Be sure to read the wiki: https://github.com/JohnLangford/vowpal_wabbit/wiki
for the tutorial, command line options, etc.