Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

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

  1. $ cd /programinstallers/
  2. $ git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git
  3. $ cd beagle-lib
  4. $ ./autogen.sh
  5. $ ./configure --prefix=/usr/local
  6. $ make
  7. $ sudo make install
  8. $ make test
  9. Cleanup
    $ cd ..
  10. $ rm beagle-lib -rf