blob: a1240cce4f24c06b1a13512357040d49633e7557 [file] [log] [blame]
Mark Slee227ac2c2007-03-07 05:46:50 +00001Thrift Code Compiler
2
Mark Slee227ac2c2007-03-07 05:46:50 +00003Thrift is distributed under the Thrift open source software license.
4Please see the included LICENSE file.
5
6Thrift Code Compiler
7====================
8
9This compiler takes thrift files as input and generates output code across
10various programming languages. To build and install it, do this:
11
12 ./bootstrap.sh
13 ./configure
14 make
15 sudo make install
16
17It requires some form of LEX and YACC to be installed, which should be
18picked up by autoconf.
19
20Not much else to report here. You'll have to look at the code to get your
21questions answered. Or just run the executable after you build and take
22a look at the usage message.