Skip to content

Conversation

mathewvermeer
Copy link
Contributor

LevelDB is Google's key-value storage library. Plyvel is a Python interface to LevelDB.

# Make sure leveldb is compiled for Android and does not include versioned numbers
export TARGET_OS=OS_ANDROID_CROSSCOMPILE
#FIXME: Not idempotent
sed -i "127i\ \ \ \ \ \ \ \ PLATFORM_SHARED_VERSIONED=" build_detect_platform
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a "try" before the sed? That if it fail for any reason, it stop :)

@mathewvermeer
Copy link
Contributor Author

Done!

akshayaurora added a commit that referenced this pull request Jun 15, 2015
add leveldb and plyvel recipes
@akshayaurora akshayaurora merged commit 318e2ed into kivy:master Jun 15, 2015
@akshayaurora
Copy link
Member

@mathewvermeer thanks 👍

@mathewvermeer mathewvermeer deleted the leveldb branch June 15, 2015 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants