From: Travis Cross Date: Sun, 3 Feb 2013 20:57:37 +0000 (+0000) Subject: Update README for building from git repository X-Git-Tag: v0.83~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bbb6e4fefe34f0a697355e1ceeab18e22eee332;p=thirdparty%2Fmtr.git Update README for building from git repository --- diff --git a/README b/README index 625f9eb..72be08c 100644 --- a/README +++ b/README @@ -15,16 +15,18 @@ WHAT IS MTR? INSTALLING - Slightly more hints are in the file INSTALL. If this doesn't work - you could try reading that too.... - - Compiling mtr should be as simple as: + If you're building this from a tarball, compiling mtr should be as + simple as: make It should first call the "configure" script and then run "make" again with the makefile that "configure" just generated. + If you're building from the git repository, you'll need to run: + + ./bootstrap.sh && ./configure && make + After compiling, install: make install