项目作者: atsushieno

项目描述 :
javacpp and javacpp-presets bindings for Xamarin
高级语言: C#
项目地址: git://github.com/atsushieno/xamarin-javacpp-binding.git
创建时间: 2016-11-04T05:34:04Z
项目社区:https://github.com/atsushieno/xamarin-javacpp-binding

开源协议:

下载


What is this?

JavaCPP and JavaCPP-Presets
bindings for Xamarin. C++->Java->C# fun!

(No, CppSharp should be your friend; it is there for my javacpp experiments
and existing bindings to those C++ libraries.)

This repository contains various jar files built by javacpp-presets
and its subsequent maven repository pulls.
For the record, I built rev. 2549a7d with:

  1. ANDROID_NATIVE_API_LEVEL=9 ANDROID_NDK=~/android-ndk-r13/ mvn clean install -Djavacpp.platform=android-x86 -Djavacpp.platform.root=/home/atsushi/android-ndk-r13/ -Djavacpp.platform.compiler=/home/atsushi/android-ndk-r13/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-g++ -X

LICENSE

For all those javacpp/javacpp-presets and subsequent dependencies, check
each license terms.

Sources in this Xamarin binding project are under the MIT License.