Changes between Version 3 and Version 4 of jazz/12-10-04
- Timestamp:
- Oct 4, 2012, 8:27:50 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/12-10-04
v3 v4 26 26 jazz@precise:~$ ./install-hbase-0.94.1-precise 27 27 }}} 28 4. 下載 Thrift 0.8 29 {{{ 30 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 31 jazz@precise:~$ wget https://dist.apache.org/repos/dist/release/thrift/0.8.0/thrift-0.8.0.tar.gz 32 jazz@precise:~$ tar zxvf thrift-0.8.0.tar.gz 33 jazz@precise:~$ cd thrift-0.8.0/ 34 jazz@precise:~/thrift-0.8.0$ ./configure 35 jazz@precise:~/thrift-0.8.0$ make 36 }}}