This page was last updated on Monday, 10-Apr-2017 09:51:49 CDT
Installation notes for BEAGLE (beagle-lib) version commit 6ba09fa on Aug 31, 2016
Home Page
Prerequisites
See instructions
Installation
- $ cd /programinstallers/
- $ git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git
- $ cd beagle-lib
- $ ./autogen.sh
- $ ./configure --prefix=/usr/local
- $ make
- $ sudo make install
- $ make test
- Cleanup
$ cd ..
- $ rm beagle-lib -rf