Skip to content
Snippets Groups Projects
Commit aab001bf authored by Ming-Hsuan-Tu's avatar Ming-Hsuan-Tu Committed by GitHub
Browse files

add missing part in the installation guide

parent 8fd79137
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ Quick install for debian/ubuntu like linux distributions. ...@@ -22,6 +22,7 @@ Quick install for debian/ubuntu like linux distributions.
$ cd rocksdb $ cd rocksdb
$ mkdir build && cd build $ mkdir build && cd build
$ cmake .. $ cmake ..
$ make
$ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include $ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include
$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd` $ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd`
$ export LIBRARY_PATH=${LIBRARY_PATH}:`pwd` $ export LIBRARY_PATH=${LIBRARY_PATH}:`pwd`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment