Skip to content

Instantly share code, notes, and snippets.

@ygrek
Last active October 3, 2016 09:28
Show Gist options
  • Save ygrek/7bb217d6ab7b25a765b7 to your computer and use it in GitHub Desktop.
Save ygrek/7bb217d6ab7b25a765b7 to your computer and use it in GitHub Desktop.
git clone git://github.com/quantcast/qfs.git
sudo apt-get install xfslibs-dev libboost-regex-dev uuid-dev
cd qfs
make BUILD_TYPE=release || true # ignore java build errors, not needed
sudo ln -s $(pwd)/build/release/include/kfs /usr/include/kfs
sudo cp $(pwd)/build/release/lib/*.so /usr/local/lib
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment