Beagle : 2.10
Jump to navigation
Jump to search
Installing BEAGLE on Linux
Several lib are prerequisite for Beagle installation. 1. gcc 5.1 2. autoconf 2.69 or above 3. automake 4. libtool 5. subversion 6. pkg-config
For Ubuntu
sudo apt-get install build-essential autoconf automake libtool subversion pkg-config openjdk-6-jdk
For Centos 6/7
Build from Beagle Repo
Get a clone of the repo
git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git
cd beagle-lib
./autogen.sh
./configure --prefix=/some/where
make installTo check if installation is working
cd beagle-lib
make check