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