Last active
May 8, 2016 08:09
-
-
Save aorjoa/2527f7570546d134bbe5c5f73071af98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # wget https://github.com/ceph/ceph/archive/v10.2.0.tar.gz | |
| # tar -xf v10.2.0.tar.gz | |
| # cd ceph-10.2.0/ | |
| # apt-get update | |
| # ./install-deps.sh | |
| # apt-get install libtool //For libtoolize | |
| # apt-get install automake // For alocal | |
| # apt-get install cython | |
| # apt-get install libsnappy-dev | |
| # apt-get install libleveldb-dev | |
| # apt-get install libblkid-dev | |
| # apt-get install libudev-dev | |
| add sources.list | |
| deb http://ftp.de.debian.org/debian sid main | |
| # apt-get install libkeyutils-dev | |
| # apt-get install libcrypto++-dev | |
| # apt-get install libaio-dev | |
| # ./autogen.sh | |
| # ./configure --without-tcmalloc --without-libatomic-ops --without-libxfs | |
| //fix Makefile inside Rockdb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment