CSE230 Wi14 - SOE on MacOS



SOE crashes ghci on MacOS

But you can just build the single standalone applications and run them from the terminal instead.

To install SOE on Ubuntu 12.04 simply do the following.

  1. Install Haskell Platform

  2. Install the Graphics Libraries

$ cabal install OpenGL
$ cabal install GLFW 
  1. Grab SOE
$ wget http://cseweb.ucsd.edu/classes/wi13/cse230-a/static/SOE-CSE230-wi13.tgz
$ tar -zxvf SOE-CSE230-wi13.tgz
  1. To test your install, grab soe-test.hs and build with the extended search path
$ ghc -i./SOE/src --make soe-test.hs
  1. Finally, test the code with the following
$ ./soe-test 

You should see a window that looks like this

bullseye

bullseye

(Hit any key over the window to close it.)