Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e3ab50d
)
Update tutorial/README now that Thrift files don't support shebang
author
David Reiss
<dreiss@apache.org>
Wed, 25 Mar 2009 22:15:18 +0000
(22:15 +0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 25 Mar 2009 22:15:18 +0000
(22:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758453
13f79535
-47bb-0310-9956-
ffa450edef68
tutorial/README
patch
|
blob
|
history
diff --git
a/tutorial/README
b/tutorial/README
index
8ce6574
..
5e6f091
100644
(file)
--- a/
tutorial/README
+++ b/
tutorial/README
@@
-14,9
+14,10
@@
Tutorial
2) Read tutorial.thrift to learn about the syntax of a Thrift file
-3)
Run tutorial.thrift to compile the cod
e:
+3)
Compile the code for the language of your choic
e:
- ./tutorial.thrift
+ $ thrift
+ $ thrift --gen cpp tutorial.thrift
4) Take a look at the generated code.