use devtools g++ 4.7 to be able to compile rocksdb
parent
3dfe43712c
commit
8972d738a3
|
@ -4,6 +4,11 @@ set -e
|
|||
|
||||
cd `dirname $0`
|
||||
|
||||
# To add devtools to the build machine, run the following commands
|
||||
# cd /etc/yum.repos.d/
|
||||
# http://people.centos.org/tru/devtools/devtools.repo
|
||||
# yum --enablerepo=testing-devtools-6 install devtoolset-1.0
|
||||
export PATH=/opt/centos/devtoolset-1.0/root/usr/bin/:$PATH
|
||||
git checkout .
|
||||
git pull --rebase
|
||||
make clean
|
||||
|
|
Loading…
Reference in New Issue