Skip to content

alexey-kruchenok/couchbase-lite-libgdx-desktop-native

 
 

Repository files navigation

couchbase-lite-java-native

This is a shared native SQLite library used for Couchbase Lite Java.

Get the code

$ git clone https://github.com/couchbase/couchbase-lite-java-native.git

Support Platform

  • Linux (x86, x86_64, amd64)
  • Windows (x86, x86_64)
  • OSX (x86, x86_64)

How to build

The project is using Gradle to build and package the native binaries into a jar file (See Gradle Building native binaries for more info). The packaged jar file will be located in build/libs folder.

$ gradlew clean
$ gradlew build

Linux

  • To build the x86 binary on a 64-bit machine, you will need to setup a 64-bit toolchain as follows.
$ sudo apt-get install gcc-multilib
$ sudo apt-get install g++-multilib

Windows

OSX

  • Command Line Tools for Xcode is required. You may download the Command Line Tools from the Apple Developer website.

About

This is a shared native SQLite library used for Couchbase Lite Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.6%
  • C++ 6.4%