Quick Install instructions in README.rst are out of date
See original GitHub issue$ git clone https://github.com/facebook/rocksdb.git
Cloning into 'rocksdb'...
remote: Counting objects: 53785, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 53785 (delta 0), reused 2 (delta 0), pack-reused 53775
Receiving objects: 100% (53785/53785), 100.79 MiB | 7.72 MiB/s, done.
Resolving deltas: 100% (40041/40041), done.
$ cd rocksdb/
$ make build
Makefile:105: Warning: Compiling in debug mode. Don't use the resulting binary in production
GEN util/build_version.cc
Makefile:105: Warning: Compiling in debug mode. Don't use the resulting binary in production
GEN util/build_version.cc
make: *** No rule to make target 'build'. Stop.
As you can see, following them leads to failed build. Additionally, I don’t think it should be done in debug mode.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
dateparser/README.rst at master - GitHub
Search dates in longer texts. Online demo. Do you want to try it out without installing any dependency? Now you can test it...
Read more >My rst README is not formatted on pypi.python.org
I started a discussion on the distutils mailing list and found out that in-page links (i.e. #minimum-cash) are not allowed by the pypi...
Read more >datefixR - README - R Project
Not familiar with R or want to quickly try out datefixR ? Check out the shiny app here. Installation instructions. datefixR is now...
Read more >WISER for Windows README
The WISER application assists First Responders in rapidly determining the ... For help using WISER, see the Quick Start Guide and User Guide...
Read more >A beginner's guide to writing documentation - Write the Docs
Yet also full of despair, where do you even start? I am here to stop this scene from playing out. This is a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, looks like I’m finally able to get it working, thanks for the assistance.
If you fix
. bin/active
to. bin/activate
and granted that facebook/rocksdb fix their master soon-ish, I think it will be OK to close this issue, then.now it works with latest rocksdb.