Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
Mar 5, 2010, 4:20:56 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    1414If you have cabal installed you should be able to do:
    1515 {{{
     16 cabal update
    1617 cabal install gloss
    1718 cabal install gloss-examples
     
    2223 darcs get http://code.haskell.org/gloss/gloss-head
    2324 cd gloss-head
     25 cd library
    2426 runhaskell Setup configure --user
    2527 runhaskell Setup build
     
    2729 }}}
    2830
    29 Then the same for `gloss-examples`
     31Then again for the `examples` directory in that same repo.
    3032
    3133== Report a bug ==