Skip to content

README: it's libpango-1.0-0 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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