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
9e5f6001
Commit
9e5f6001
authored
8 years ago
by
twmht
Browse files
Options
Downloads
Patches
Plain Diff
bump to 0.6.1
parent
056d62d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+4
-3
4 additions, 3 deletions
README.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
4 deletions
README.rst
+
4
−
3
View file @
9e5f6001
...
@@ -20,8 +20,9 @@ Quick install for debian/ubuntu like linux distributions.
...
@@ -20,8 +20,9 @@ Quick install for debian/ubuntu like linux distributions.
$ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ apt-get install build-essential 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
$ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/include
$ cmake ..
$ 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`
...
@@ -30,7 +31,7 @@ Quick install for debian/ubuntu like linux distributions.
...
@@ -30,7 +31,7 @@ Quick install for debian/ubuntu like linux distributions.
$ virtualenv pyrocks_test
$ virtualenv pyrocks_test
$ cd pyrocks_test
$ cd pyrocks_test
$ . bin/active
$ . bin/active
$ pip install pyrocksdb
$ pip install py
thon-
rocksdb
Quick Usage Guide
Quick Usage Guide
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9e5f6001
...
@@ -32,7 +32,7 @@ mod1 = Extension(
...
@@ -32,7 +32,7 @@ mod1 = Extension(
setup
(
setup
(
name
=
"
python-rocksdb
"
,
name
=
"
python-rocksdb
"
,
version
=
'
0.6
'
,
version
=
'
0.6
.1
'
,
description
=
"
Python bindings for RocksDB
"
,
description
=
"
Python bindings for RocksDB
"
,
keywords
=
'
rocksdb
'
,
keywords
=
'
rocksdb
'
,
author
=
'
Ming Hsuan Tu
'
,
author
=
'
Ming Hsuan Tu
'
,
...
...
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