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