Beagle : 2.10

From Define Wiki
Revision as of 04:03, 17 February 2016 by Shanal (talk | contribs)
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 install

To check if installation is working

cd beagle-lib
make check