Skip to content

whdc/ieo-beast

Repository files navigation

This repository contains BEAST source code, modified for the purposes
of the IE-ORIGINS project at the Department of Linguistics, UC Berkeley.
It was obtained via:

  svn checkout http://beast-mcmc.googlecode.com/svn/trunk/ beast-mcmc-read-only

For reference, running "svn info" yields:

  Path: .
  URL: http://beast-mcmc.googlecode.com/svn/trunk
  Repository Root: http://beast-mcmc.googlecode.com/svn
  Repository UUID: ca793f91-a31e-0410-b540-2769d408b6a1
  Revision: 5252
  Node Kind: directory
  Schedule: normal
  Last Changed Author: rambaut
  Last Changed Rev: 5252
  Last Changed Date: 2012-11-21 08:11:24 -0800 (Wed, 21 Nov 2012)

It is now maintained as a git repository.

---

I compiled and installed it (on Linux) in this manner:

(1) Run ant to build everything.

  ant

(2) Set the root of the local repository to $BEAST.  Also set $BEAST_LIB.

  export BEAST=/path/to/repo
  export BEAST_LIB=$BEAST/lib

(3) Link beast.jar and beuti.jar into $BEAST_LIB.

  cd $BEAST_LIB
  ln -s ../build/dist/*.jar .

(4) Put $BEAST/release/Linux/scripts in the path.

  export PATH=$BEAST/release/Linux/scripts:$PATH

About

Modifications to BEAST for IE-ORIGINS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published