Skip to content
Snippets Groups Projects
Commit 3fb8297c authored by twmht's avatar twmht
Browse files

update installation in document

parent e834f80b
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,11 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL ...@@ -11,12 +11,11 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
.. code-block:: bash .. code-block:: bash
apt-get install build-essential apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
git clone https://github.com/facebook/rocksdb.git git clone https://github.com/facebook/rocksdb.git
cd rocksdb cd rocksdb
make shared_lib make build && cd build
cmake ..
Systemwide rocksdb Systemwide rocksdb
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
...@@ -37,11 +36,10 @@ These varialbes are picked up by the compiler, linker and loader ...@@ -37,11 +36,10 @@ These varialbes are picked up by the compiler, linker and loader
.. code-block:: bash .. code-block:: bash
export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/include export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include:`pwd`/../
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`
Building pyrocksdb Building pyrocksdb
------------------ ------------------
......
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