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:
-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.