Monday, 17 June 2013

Installing clckwrks on Ubuntu 12.04

You can't just checkout the clckwrks code from hub.darcs.net and expect it to compile straight away.

To install the clckwrks Cabal package I found I needed to install the following extra system packages, (on top of the standard GHC packaged with Ubuntu):

libghc-hsx-dev, libcrypto++-dev, happy

Of course there could be more, and this should be tested on a clean install (or sandbox, aynone?) if the goal is to turn clckwrks into an Ubuntu package.

Edit:

To install the cabal package clckwrks-cli you will also need the Ubuntu package lib32ncurses5-dev.

No comments:

Post a Comment