-
Notifications
You must be signed in to change notification settings - Fork 27
Building glirc
Eric Mertens edited this page Jun 9, 2017
·
2 revisions
glirc uses recent versions of packages, make sure you package databases are up-to-date:
$ cabal update # if you're using cabal
$ stack update # if you're using stack
To install the latest version from Hackage using cabal-install:
$ cabal install glirc
Building with cabal-install from source checkout
$ cabal install --dep
$ cabal build
Building with stack using lts-8 resolver
$ stack init --resolver=lts-8 --solver
$ stack build