Skip to content

Instantly share code, notes, and snippets.

@aorjoa
Last active May 8, 2016 08:09
Show Gist options
  • Save aorjoa/2527f7570546d134bbe5c5f73071af98 to your computer and use it in GitHub Desktop.
Save aorjoa/2527f7570546d134bbe5c5f73071af98 to your computer and use it in GitHub Desktop.
# 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