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
29551902
Commit
29551902
authored
11 years ago
by
hofmockel
Browse files
Options
Downloads
Patches
Plain Diff
Update the 'rocksdb' build instruction
parent
c0027bdd
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
+3
-1
3 additions, 1 deletion
docs/installation.rst
with
3 additions
and
1 deletion
docs/installation.rst
+
3
−
1
View file @
29551902
...
@@ -13,7 +13,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
...
@@ -13,7 +13,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
$ apt-get install 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 librocksdb.so librocksdb.so.2 librocksdb.so.2.0
$ # It is tested with this version
$ git checkout ac2fe728327be75c8c289d4e3ebf8587d88c518d
$ make librocksdb.so
If you do not want to call ``make install`` export the following enviroment
If you do not want to call ``make install`` export the following enviroment
variables::
variables::
...
...
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