Skip to content

Commit

Permalink
Merge pull request #7 from meteo-ubonn/kmuehlbauer-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kmuehlbauer committed May 20, 2016
2 parents ab54019 + 8ac7a9b commit 3c5c62f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ documentation and adjust the file CMakeLists.txt accordingly.
cmake .
make install

### Conda Environment

libradolan is also available within the [conda-forge](https://anaconda.org/conda-forge/libradolan).
Download the latest [Miniconda](http://conda.pydata.org/miniconda.html) for your OS (currently linux and MacOSX) and create a fresh environment:

```bash
$ conda config --add channels conda-forge
$ conda create -n radolan libradolan boost --yes
$ source activate radolan
```
Note, shapelib is not available at the moment within the conda environment.

## Library and ececutables

The project produces a libradolan, which is installed to /usr/local/lib
Expand Down Expand Up @@ -62,4 +74,4 @@ and a simple ASCII representation of the file to console:
RDPrintScan(scan,20,20);
RDFreeScan(scan);
}
}
}

0 comments on commit 3c5c62f

Please sign in to comment.