From fbd2e463f66dd4c68abb9c0f555726e8758371bb Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 25 Oct 2017 20:42:42 -0400 Subject: [PATCH] Add readme for language mappings --- lang-maps/readme | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang-maps/readme diff --git a/lang-maps/readme b/lang-maps/readme new file mode 100644 index 00000000..c20f43b3 --- /dev/null +++ b/lang-maps/readme @@ -0,0 +1,13 @@ +BitMagic Language mappings libraries. + +This section provides BitMagic for languages other than C++. + +libbm - C language library +jni - Java native interface mappings + +This experimental work in progress. (use at your own risk). + + +The build system is based on cmake. +Currently we managed to build lib without C++ runtime dependency, which makes language bindings feasible. +