Closed GoogleCodeExporter closed 9 years ago
./autogen.sh is not expected to be in tar.gz; it is only in svn/git.
in tar.gz you expect to find configure.ac and to start with ./configure.
when taking from svn/git you run ./autogen.sh for creating configure.ac.
Original comment by avne...@gmail.com
on 24 Feb 2014 at 6:24
In the readme it will lead to wrong steps, maybe it is require more words on
readme:
* How to install:
The sockperf package uses the GNU autotools compilation and installation
framework.
$ ./autogen.sh
$ ./configure --prefix=<path to install>
$ make
$ make install
Original comment by dlin...@gmail.com
on 25 Feb 2014 at 12:46
Thanks dlin.tw.
Or, please handle README when you have time
Original comment by avne...@gmail.com
on 25 Feb 2014 at 9:48
fixed:
https://code.google.com/p/sockperf/source/detail?r=242
Original comment by orkmella...@gmail.com
on 25 Feb 2014 at 10:49
Original comment by orkmella...@gmail.com
on 25 Feb 2014 at 10:50
Original issue reported on code.google.com by
dlin...@gmail.com
on 19 Dec 2013 at 2:09