Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
osmandapp committed Aug 5, 2011
1 parent d13fb0d commit aeff5b9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,29 @@ That project provides tiny access to library making transparent access to C++ [c
How to build
--------------------
Checkout the project and run in command line :

* 'make' - checkout leveldb project from svn, compile it and build ready to use jar.
'make' - checkout leveldb project from svn, compile it and build ready to use jar.

Build is only tested under Linux.
Possible problems :

* No internet connection to checkout leveldb from googlecode
* 'leveldb' can not be built under certain environment (under Cygwin in Windows)
* [leveldb](http://code.google.com/p/leveldb/source/browse/trunk/build_detect_platform) can not be built under certain environment (under Cygwin in Windows)
* JAVA_HOME variable is not defined
* [swig](http://www.swig.org/) is not installed

Usage
-----------

To do put example.

What is not supported
--------------------
There are some things not supported from C++ [API](http://code.google.com/p/leveldb/source/browse/#svn%2Ftrunk%2Finclude%2Fleveldb) :

*
* [TableBuilder](http://code.google.com/p/leveldb/source/browse/trunk/include/leveldb/table_builder.h) - important enough to be implemented
* [Table](http://code.google.com/p/leveldb/source/browse/trunk/include/leveldb/table.h) - important enough to be implemented
* [WriteBatch Iterator](http://code.google.com/p/leveldb/source/browse/trunk/include/leveldb/write_batch.h) - is it really needed to iterate over entities to write.


Contribution
--------------------
Expand All @@ -33,5 +40,3 @@ Additional



Example
-----------

0 comments on commit aeff5b9

Please sign in to comment.