Functioning: Games in Standard ML
Getting Started
Functioning requires the MLton Standard ML compiler.
OSX
- Get GMP with MacPorts or Homebrew.
- Install MLton.
Linux
- Get SDL, SDL Image, SDL Net, SDL Mixer
- Install MLton
Windows
??? (Should be possible with a bit of work)
Setup
Make a symlink in this directory to the appropriate makefile in the functioning directory. You can accomplish this with:
./configure
Then try:
make
The game should appear on your desktop.