X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;fp=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=e625b00d51e5d428a22a3ec1ab3a66bd6d49b437;hp=188aa037cba71464c1c220adc96ab39cca0286a0;hb=aece97c85d2cce7c1ada2c7dc63d7631539c956d;hpb=18f779674ff951367a8a534d230e4b1d649a2699 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 188aa037..e625b00d 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 @@ -333,16 +333,13 @@ The current version of OCaml is 4.02.1 (released October 2014). sudo apt-get update sudo apt-get install ocaml opam - If for some reason you can't get OCaml through your - packaging system, you can go to + If for some reason you can't get OCaml through your Linux packaging system, you can go to . Pre-packaged binary installers are available for several Linux systems. - If you can't get findlib through your packaging system, you'll - need to download it from + If you can't get findlib through your packaging system, you'll need to download it from . - and use gcc to compile it yourself. If you don't know how to - do that, you probably don't want to attempt this. + and use gcc to compile it yourself. If you don't know how to do that, you probably don't want to attempt this. Here are the INSTALL notes: .