apigee / apib

A simple, fast HTTP and API benchmarking tool
Apache License 2.0
294 stars 36 forks source link

Document building on MACOSX #10

Closed DinoChiesa closed 10 years ago

DinoChiesa commented 10 years ago

Building apib is not documented for MACOSX.

It relies on apr and apr-util; the builder needs to retrieve these from http://www.apache.org/dist/apr/ , and then build them.

The location of the includes for these things needs to be referenced somehow, in the configure.ac file or somehting.

The build also (maybe, not sure) relies on autoconf, which is not included in this distribution. Autoconf can be retrieved and built, using http://mirror.team-cymru.org/gnu/autoconf .

gbrail commented 10 years ago

Did you try Homebrew?

As of a few days, ago, you can install it and type "brew install apib." I updated the main page to explain that.