Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u committed Mar 23, 2012
1 parent c3fe933 commit 5596bf4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# OCaml iPhone Simulator App: Voronoi

## OCaml for iOS Simulator

Compile from source
[http://psellos.com/ocaml/compile-to-iossim.html](http://psellos.com/ocaml/compile-to-iossim.html)

or get [a prebuilt package from Psellos](http://psellos.com/pub/ocamlxsim/ocaml-3.12.1+xsim1.dmg)

## Compile Voronoi

Edit SDK paths in Makefile if necessary. Current Makefile is tested on Xcode 4.2.1. The paths have to be changed if you are running Xcode 4.3 or other versions.

### Compile code
make

### Run in simulator
make execute

## License

MIT

0 comments on commit 5596bf4

Please sign in to comment.