Skip to content

Commit

Permalink
Update the Travis badge and the dependencies in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
niess committed Sep 25, 2018
1 parent cd6e1df commit afdd033
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/niess/danton.svg?branch=dev)](https://travis-ci.com/niess/danton)
[![Build Status](https://travis-ci.com/niess/danton.svg?branch=master)](https://travis-ci.com/niess/danton)

# DANTON
( **D**ec**A**yi**N**g **T**aus fr**O**m **N**eutrinos )
Expand Down Expand Up @@ -37,6 +37,11 @@ make
./bin/danton path/to/card.json
```

DANTON requires `gfortran` in order to compile TAUOLA. In addition, the default Makefile
expects `libpng` and `libtiff` to be installed. Those are required by some topography
models. They can be disabled by editing the `USE_PNG` and `USE_TIFF` flags in the
Makefile.

## API documentation
A documentation of the `libdanton` API is available [online][API:docs].

Expand Down

0 comments on commit afdd033

Please sign in to comment.