update readme
This commit is contained in:
parent
c39ad8a207
commit
23adc00e22
9
README
9
README
@ -25,9 +25,10 @@ Read the documentation in doc/ for more.
|
|||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
BUILDING:
|
BUILDING:
|
||||||
$ runhaskell Setup.hs configure --prefix=/usr/local
|
$ chmod +x Setup.lhs configure
|
||||||
$ runhaskell Setup.hs build
|
$ ./Setup.hs configure --prefix=/usr/local
|
||||||
$ runhaskell Setup.hs install
|
$ ./Setup.hs build
|
||||||
|
$ ./Setup.hs install
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -48,7 +49,7 @@ DEPENDENCIES:
|
|||||||
To get hs-plugins to use HSX, use:
|
To get hs-plugins to use HSX, use:
|
||||||
|
|
||||||
$ mv plugins.cabal.hsx plugins.cabal
|
$ mv plugins.cabal.hsx plugins.cabal
|
||||||
$ runhaskell Setup.hs configure --enable-hsx
|
$ ./Setup.lhs configure --enable-hsx
|
||||||
|
|
||||||
Make sure to install HSX first though :)
|
Make sure to install HSX first though :)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user