Difference between revisions of "Beagle : 2.10"

From Define Wiki
Jump to navigation Jump to search
(Created page with "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-con...")
 
Line 18: Line 18:
  
  
Build from Beagle Repo  
+
== Build from Beagle Repo ==
  
 
Get a clone of the repo
 
Get a clone of the repo

Revision as of 04:03, 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