Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
raviselker committed Sep 21, 2018
1 parent 8276689 commit a337398
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,31 @@ deterministic functions representing different decision strategies:
- General Accumulator

Documentation on every function can be found in the [wiki](https://github.com/raviselker/jags-wfComboPack/wiki/Documentation-functions)

### Build instructions

#### Linux and MacOS

Download or clone this repository on your computer and open a terminal.

```sh
# change the working directory
cd path/to/jags-wfComboPack

# dependencies (on a clean ubuntu installation)
sudo apt-get install autoconf automake libtool g++

# creating all auxiliary files
autoreconf -fvi

# building
./configure
make

# or, if JAGS has been installed in a different location, e.g. /usr
./configure --prefix /usr
make

# install
sudo make install
```

0 comments on commit a337398

Please sign in to comment.