A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/wivlaro/libpd-java-build below:

wivlaro/libpd-java-build: Project including libpd containing binary builds for Java

Project including libpd containing binary builds for Java

Hopefully, you should just be able to include libpd.jar in your project and you're good to go.

First, you'll need to get the libpd submodule:

$ git submodule init
$ git submodule update

Then, you can try and run:

Which should build a binary for your platform and add it to the libpd.jar.

Cross-compiling 32-bit x86 Linux
$ make CC='gcc -m32' PDNATIVE_ARCH=x86 clean javalib
Cross-compiling for Windows

Using mingw-w64, based on instructions here http://tinyurl.com/mw64-use Also, install the mingw-w64 pthreads, as http://tinyurl.com/mw64-pthread

Your JAVA_HOME environment variable should be set up to a valid JDK.

Cross-compiling for 32-bit Windows
$ make CC='i686-w64-mingw32-gcc -m32' PDNATIVE_ARCH=x86 clean javalib
Cross-compiling for 64-bit Windows
$ make CC='x86_64-w64-mingw32-gcc -m64' PDNATIVE_ARCH=x86_64 clean javalib

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4