close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 4, 2012, 8:57:36 PM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 35 | 35 | jazz@precise:~/thrift-0.8.0$ make |
| 36 | 36 | }}} |
| | 37 | 或者如果未來希望可以包成套件,以後還可以反安裝,可以裝 checkinstall |
| | 38 | {{{ |
| | 39 | jazz@precise:~$ sudo apt-get install make libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev |
| | 40 | jazz@precise:~$ wget https://dist.apache.org/repos/dist/release/thrift/0.8.0/thrift-0.8.0.tar.gz |
| | 41 | jazz@precise:~$ tar zxvf thrift-0.8.0.tar.gz |
| | 42 | jazz@precise:~$ cd thrift-0.8.0/ |
| | 43 | jazz@precise:~/thrift-0.8.0$ ./configure |
| | 44 | jazz@precise:~/thrift-0.8.0$ checkinstall |
| | 45 | }}} |