Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ The example input files used in the webservice (EGF, Piwi, Hammerhead Clan, tRNA

cmv is implemented in Haskell and can be installed via the Haskell package distribution sytem [cabal](https://www.haskell.org/cabal/). CMV is implemented in Haskell and can be installed via the Haskell package distribution sytem cabal. Additionally to cabal you require [cairo](https://cairographics.org/), [pango](http://www.pango.org/), [happy](https://www.haskell.org/happy/) and [alex](https://www.haskell.org/alex/) which can be installed via the distribution package manager e.g. Ubuntu:

sudo apt-get install libcairo2 libpango1.0-0 libpangomm-1.4-dev happy alex
sudo apt-get install libcairo2 libpango-1.0-0 libpangomm-1.4-dev happy alex

Once you have cabal installed simply type:

cabal install cmv
cabal install cmv

### Optional Dependencies:
*cmv* creates output which can be visualised via following optional dependencies.
Expand Down