r1401@opsdev009 (orig r74315): dreiss | 2007-12-13 23:03:03 -0800
[amiethrift.git] / compiler / cpp / README
bloba2efb4f0d5e112fbe49dee37c48db38e6dcc1532
1 Thrift Code Compiler
3 Author: Mark Slee (mcslee@facebook.com)
4 Last Modified: 2007-Mar-06
6 Thrift is distributed under the Thrift open source software license.
7 Please see the included LICENSE file.
9 Thrift Code Compiler
10 ====================
12 This compiler takes thrift files as input and generates output code across
13 various programming languages. To build and install it, do this:
15   ./bootstrap.sh
16   ./configure
17   make
18   sudo make install
20 It requires some form of LEX and YACC to be installed, which should be
21 picked up by autoconf.
23 Not much else to report here. You'll have to look at the code to get your
24 questions answered. Or just run the executable after you build and take
25 a look at the usage message.