Author: dreiss
Date: Wed Mar 25 22:15:18 2009
New Revision: 758453
URL: http://svn.apache.org/viewvc?rev=758453&view=rev
Log:
Update tutorial/README now that Thrift files don't support shebang
Modified:
incubator/thrift/trunk/tutorial/README
Modified: incubator/thrift/trunk/tutorial/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/README?rev=758453&r1=758452&r2=758453&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/README (original)
+++ incubator/thrift/trunk/tutorial/README Wed Mar 25 22:15:18 2009
@@ -14,9 +14,10 @@
2) Read tutorial.thrift to learn about the syntax of a Thrift file
-3) Run tutorial.thrift to compile the code:
+3) Compile the code for the language of your choice:
- ./tutorial.thrift
+ $ thrift
+ $ thrift --gen cpp tutorial.thrift
4) Take a look at the generated code.