close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 1, 2010, 2:21:41 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 16 | 16 | [http://incubator.apache.org/thrift/download/ thrift 下載頁面] |
| 17 | 17 | |
| 18 | | 安裝之前請先確定有裝了 libboost (c++的函式庫) |
| | 18 | 安裝之前請先確定有裝了 libboost (c++的函式庫),以及make時會用到的yacc flex |
| | 19 | {{{ |
| 19 | 20 | $ apt-get install libboost1.38-dev |
| 20 | | |
| 21 | | 以及make時會用到的yacc |
| 22 | | $ apt-get install byacc |
| | 21 | $ apt-get install byacc flex |
| | 22 | }}} |
| 23 | 23 | |
| 24 | 24 | 接著編譯與安裝thrift |