Checking in vendor folder for ease of using go get.
This commit is contained in:
parent
7a1251853b
commit
cdb4b5a1d0
3554 changed files with 1270116 additions and 0 deletions
27
vendor/git.apache.org/thrift.git/doc/install/os_x.md
generated
vendored
Normal file
27
vendor/git.apache.org/thrift.git/doc/install/os_x.md
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
## OS X Setup
|
||||
The following command install all the required tools and libraries to build and install the Apache Thrift compiler on a OS X based system.
|
||||
|
||||
### Install Boost
|
||||
Download the boost library from [boost.org](http://www.boost.org) untar compile with
|
||||
|
||||
./bootstrap.sh
|
||||
sudo ./b2 threading=multi address-model=64 variant=release stage install
|
||||
|
||||
### Install libevent
|
||||
Download [libevent](http://monkey.org/~provos/libevent), untar and compile with
|
||||
|
||||
./configure --prefix=/usr/local
|
||||
make
|
||||
sudo make install
|
||||
|
||||
### Building Apache Thrift
|
||||
Download the latest version of [Apache Thrift](/download), untar and compile with
|
||||
|
||||
./configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local
|
||||
|
||||
## Additional reading
|
||||
|
||||
For more information on the requirements see: [Apache Thrift Requirements](/docs/install)
|
||||
|
||||
For more information on building and installing Thrift see: [Building from source](/docs/BuildingFromSource)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue