Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. If you have to clean your build environment you may have to rebuild LevelDB manually. This can be done using:
  2.  
  3. $ cd src/leveldb
  4.  
  5. $ chmod +x build_detect_platform
  6.  
  7. $ ./build_detect_platform
  8.  
  9. Ignore the usage errors (it still builds the relevent file) and now run:
  10.  
  11. $ make libleveldb.a libmemenv.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement