Author: roger
Date: Fri May 30 12:51:29 2014
New Revision: 1598573
URL: http://svn.apache.org/r1598573
Log:
use snippet
Modified:
thrift/cms-site/trunk/content/docs/install/ubuntu.md
Modified: thrift/cms-site/trunk/content/docs/install/ubuntu.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/install/ubuntu.md?rev=1598573&r1=1598572&r2=1598573&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/install/ubuntu.md (original)
+++ thrift/cms-site/trunk/content/docs/install/ubuntu.md Fri May 30 12:51:29
2014
@@ -2,43 +2,4 @@
title: "Ubuntu Install"
kind: doc
---
-## Debian or Ubuntu setup
-The following command install all the required tools and libraries to build
and install the Apache Thrift compiler on a Debian/Ubuntu Linux based system.
-
- sudo apt-get install libboost-dev libboost-test-dev
libboost-program-options-dev libevent-dev automake libtool flex bison
pkg-config g++ libssl-dev
-
-Then install the Java JDK of your choice. Type **javac** to see a list of
available packages, pick the one you prefer and **apt-get install** it.
-
-Debian Lenny Users need some packages from backports
-
- sudo apt-get -t lenny-backports install automake libboost-test-dev
-
-## Optional packages
-
-Some other packages depend on what languages you want Thrift to support.
-
- * Ruby
- * ruby-full ruby-dev ruby-rspec rake rubygems libdaemons-ruby
libgemplugin-ruby mongrel
- * Python
- * python-all python-all-dev python-all-dbg
- * Perl
- * libbit-vector-perl libclass-accessor-class-perl
- * Php, install
- * php5-dev php5-cli phpunit
- * C_glib
- * libglib2.0-dev
- * Erlang
- * erlang-base erlang-eunit erlang-dev
- * Csharp
- * mono-gmcs mono-devel libmono-system-web2.0-cil nunit nunit-console
- * Haskell
- * ghc6 cabal-install libghc6-binary-dev libghc6-network-dev
libghc6-http-dev
- * Thrift Compiler for Windows
- * mingw32 mingw32-binutils mingw32-runtime
-
-
-## 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/debian.md]
\ No newline at end of file