Skip to content

Commit

Permalink
update readme.md for install rocksdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLi000 committed Apr 21, 2018
1 parent 8d935c4 commit 73e1b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git checkout testnet
* **Linux - Ubuntu**
* Install rocksdb by source code: (https://github.com/facebook/rocksdb/blob/master/INSTALL.md)
`git clone https://github.com/facebook/rocksdb.git`
`cd rocksdb & make shared_lib`
`cd rocksdb & make install`
* Upgrade your gcc to version at least 4.8 to get C++11 support.
* Install gflags. First, try: `sudo apt-get install libgflags-dev`
If this doesn't work and you're using Ubuntu, here's a nice tutorial:
Expand Down

0 comments on commit 73e1b2b

Please sign in to comment.