Author: roger
Date: Fri May 30 12:45:11 2014
New Revision: 1598570

URL: http://svn.apache.org/r1598570
Log:
add snippet

Modified:
    thrift/cms-site/trunk/content/docs/install/os_x.md

Modified: thrift/cms-site/trunk/content/docs/install/os_x.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/install/os_x.md?rev=1598570&r1=1598569&r2=1598570&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/install/os_x.md (original)
+++ thrift/cms-site/trunk/content/docs/install/os_x.md Fri May 30 12:45:11 2014
@@ -2,30 +2,4 @@
 title: "OS X Install"
 kind: doc
 ---
-## 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)
-
+[snippet:path=doc/install/os_x.md]
\ No newline at end of file


Reply via email to