Mark Slee | 227ac2c | 2007-03-07 05:46:50 +0000 | [diff] [blame] | 1 | Thrift Code Compiler |
| 2 | |
| 3 | Author: Mark Slee (mcslee@facebook.com) |
| 4 | Last Modified: 2007-Mar-06 |
| 5 | |
| 6 | Thrift is distributed under the Thrift open source software license. |
| 7 | Please see the included LICENSE file. |
| 8 | |
| 9 | Thrift Code Compiler |
| 10 | ==================== |
| 11 | |
| 12 | This compiler takes thrift files as input and generates output code across |
| 13 | various programming languages. To build and install it, do this: |
| 14 | |
| 15 | ./bootstrap.sh |
| 16 | ./configure |
| 17 | make |
| 18 | sudo make install |
| 19 | |
| 20 | It requires some form of LEX and YACC to be installed, which should be |
| 21 | picked up by autoconf. |
| 22 | |
| 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. |