Skip to content

Commit

Permalink
Merge pull request #4 from WebAssembly/osx-instructions
Browse files Browse the repository at this point in the history
[XS] Add OSX install instructions
  • Loading branch information
rossberg committed Aug 13, 2015
2 parents 1674ea7 + 2a64c7f commit 36f912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The interpreter can also be run as a REPL, allowing to enter pieces of scripts i

## Building

You'll need OCaml 4.02. The best way to get this is to download the source tarball from the ocaml website ( http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz ) and do the configure / make dance.
You'll need OCaml 4.02. The best way to get this is to download the source tarball from the ocaml website ( http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz ) and do the configure / make dance. On OSX, with [Homebrew](http://brew.sh/) installed, simply `brew install ocaml`.

Once you have ocaml, go to the `src` directory and simply do

Expand Down

0 comments on commit 36f912b

Please sign in to comment.