Author: jking
Date: Sat Jan 5 06:45:37 2019
New Revision: 1850464
URL: http://svn.apache.org/viewvc?rev=1850464&view=rev
Log:
CMS commit to thrift by jking
Modified:
thrift/cms-site/trunk/templates/tutorial_intro.md
Modified: thrift/cms-site/trunk/templates/tutorial_intro.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/tutorial_intro.md?rev=1850464&r1=1850463&r2=1850464&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/tutorial_intro.md (original)
+++ thrift/cms-site/trunk/templates/tutorial_intro.md Sat Jan 5 06:45:37 2019
@@ -4,8 +4,8 @@
### Introduction
All Apache Thrift tutorials require that you have:
-1. Built and installed the Apache Thrift Compiler and Libraries, see [Building
from source](/docs/BuildingFromSource) for more details.
-1. Generated the
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
and
[shared.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/shared.thrift)
files as [discussed here](/tutorial/).
+1. The Apache Thrift Compiler and Libraries, see [Download](/download) and
[Building from Source](/docs/BuildingFromSource) for more details.
+1. Generated the
[tutorial.thrift](https://github.com/apache/thrift/blob/master/tutorial/tutorial.thrift)
and
[shared.thrift](https://github.com/apache/thrift/blob/master/tutorial/shared.thrift)
files:
thrift -r --gen {{ headers.library_lang }} tutorial.thrift