Skip to content

Instantly share code, notes, and snippets.

@ragingbal
Last active September 23, 2021 22:55
Show Gist options
  • Save ragingbal/1b4ffa1988ef6a25d9d1a545fab651d7 to your computer and use it in GitHub Desktop.
Save ragingbal/1b4ffa1988ef6a25d9d1a545fab651d7 to your computer and use it in GitHub Desktop.
sudo install cmake

wget https://github.com/google/leveldb/archive/1.23.tar.gz leveldb.tar.gz
tar -zxvf 1.23.tar.gz
cd leveldb-1.23
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment