Skip to content

Syncleus/aparapi-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e88f1fa · Feb 11, 2018
Feb 11, 2018
Feb 5, 2018
Feb 11, 2018
Oct 16, 2016
Feb 11, 2018
Feb 11, 2018
Dec 29, 2016
Dec 29, 2016
Feb 11, 2018
Dec 29, 2016
Dec 29, 2016
Feb 11, 2018
Dec 5, 2016
Oct 16, 2016
Oct 16, 2016
Oct 22, 2017
Feb 11, 2018
Oct 16, 2016
Feb 11, 2018
Oct 21, 2017

Repository files navigation

git submodule init
git submodule update
./prepare.sh
libtoolize (or sometimes glibtoolize on osx)
aclocal
autoconf
automake --add-missing
./configure
make

Shared library in .libs/libaparapi.dynlib for osx and .libs/libaparapi.so for linux.

To prepare a 32bit version on a 64bit Linux system simply run configure as: ./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"

OSX

Make sure JAVA_HOME is set properly. One way to set it is as follows

$ nano -w ~/.bash_profile

export JAVA_HOME=$(/usr/libexec/java_home)