djinni icon indicating copy to clipboard operation
djinni copied to clipboard

Getting started documentation with dependency information

Open forderud opened this issue 10 years ago • 1 comments

I'm very interested in experimenting with djinni for bridging C++ libraries with Java on Windows. However, I'm struggling to get started since there does not seem to be a getting started guide or list of build tool dependencies documented anywhere. Also, the documentation and makefiles already present seem very geared towards "mobile" Android/iOS platforms, with little "desktop" information to be found.

Could it be possible to extend the existing documentation with a little bit of "getting started" information for different platforms such as e.g. Windows/Linux/Android/OS-x/iOS?

Thanks in advance, Fredrik

forderud avatar Nov 24 '14 22:11 forderud

Our use of Djinni at Dropbox is primarily for Android and iOS, though we're certainly using it on Mac OS X as well (using the same Xcode toolchain as we use for iOS). Windows & Linux is simply a matter of lack of experience. We'll likely need them eventually but haven't tackled them yet. If you get them working and want to document what you did, send a pull request.

artwyman avatar May 14 '15 21:05 artwyman