-
Notifications
You must be signed in to change notification settings - Fork 0
Installing and building HQL
Johan Astborg edited this page Jan 31, 2014
·
3 revisions
This section is a guide for how to obtain the source of HQL and build it, and run the test suit. Follow the instructions below, the commands are intended to be copy-paste friendly.
First you have to install Cabal on your machine, so please refer to your system specific documentation. Second, follow the steps below (sometimes you'll have to install the dependencies yourself, they are found in HQL.cabal).
git clone https://github.com/HIPERFIT/HQL.git
cabal update
cabal install quickcheck2
cabal install test-framework
cabal install test-framework-quickcheck2
cabal configure --enable-tests
cabal build
cabal test
cabal build
cabal test
cabal haddock
- Open:
/dist/doc/html/HQL/index.html