Difference between revisions of "Beagle : 2.10"

From Define Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Installing BEAGLE on Linux
+
== Installing BEAGLE on Linux ==
 
 
----
 
  
 
Several lib are prerequisite for Beagle installation.
 
Several lib are prerequisite for Beagle installation.

Latest revision as of 04:04, 17 February 2016

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