Skip to content

Commit

Permalink
Merge pull request #9 from ehashman/ehashman-patch-1
Browse files Browse the repository at this point in the history
Update RocksDB installation instructions
  • Loading branch information
porridge authored Sep 28, 2022
2 parents 57de9f3 + 3887bd8 commit 5fcf478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting-started/getting-started-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ Follow the directions [here](https://golang.org/doc/install) to install Go.
1. Download & install rocksdb v6.15.4: [GitHub Release Page](https://github.com/facebook/rocksdb/releases/tag/v6.15.4)
```
wget https://github.com/facebook/rocksdb/archive/refs/tags/v6.15.4.tar.gz
tar -xvf v6.15.4.tar.gz
cd rocksdb-6.15.4/
make shared_lib static_lib
sudo make install-shared install-static
CGO_CFLAGS="-I/usr/local/include" CGO_LDFLAGS="-L/usr/local/lib/librocksdb.a" go get github.com/tecbot/gorocksdb
Expand Down

0 comments on commit 5fcf478

Please sign in to comment.