Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
3fb8297c
Commit
3fb8297c
authored
8 years ago
by
twmht
Browse files
Options
Downloads
Patches
Plain Diff
update installation in document
parent
e834f80b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.rst
+4
-6
4 additions, 6 deletions
docs/installation.rst
with
4 additions
and
6 deletions
docs/installation.rst
+
4
−
6
View file @
3fb8297c
...
@@ -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
------------------
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment