From: Jim Date: Sat, 31 Jan 2015 16:54:54 +0000 (-0500) Subject: OCaml installation refinements X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=f31029dbfae9ab82e542c1fd104feaeb0ef2c2ba OCaml installation refinements --- diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index bea78cf5..a320c9b0 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -229,9 +229,9 @@ Sometimes we may refer to Caml or ML more generally; but you can assume that what we're talking about always works more specifically in OCaml. -It's helpful if in addition to OCaml you also install the Findlib add-on. -This will make it easier to install additional add-ons further down the road. -However, if you're not able to get that working, don't worry about it much. +It's helpful if in addition to OCaml you also install the Findlib add-on and/or the OPAM "package manager." +These will make it easier to install additional add-ons further down the road. +However, if you're not able to get them working, don't worry about it much. The current version of OCaml is 4.02.1 (released October 2014).