Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- Mar 5, 2010, 4:20:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 14 14 If you have cabal installed you should be able to do: 15 15 {{{ 16 cabal update 16 17 cabal install gloss 17 18 cabal install gloss-examples … … 22 23 darcs get http://code.haskell.org/gloss/gloss-head 23 24 cd gloss-head 25 cd library 24 26 runhaskell Setup configure --user 25 27 runhaskell Setup build … … 27 29 }}} 28 30 29 Then the same for `gloss-examples`31 Then again for the `examples` directory in that same repo. 30 32 31 33 == Report a bug ==