|
3 | 3 | The simplest way to install [Pharo](http://pharo.org) is to use a [zero conf](http://pharo.org/download#//*[@id="main"]/div/h2[3]) download from a terminal command line. |
4 | 4 | <br/>_Note: If you are trying to upgrade an existing installation see the [upgrade instructions](*How-to-Upgrade-Pharo-Exercism) at the end_. |
5 | 5 |
|
6 | | -Windows users who do not have a UNIX style shell installed should skip to the [Windows Installation](#windows-installation) instructions (below). |
7 | | -More advanced Linux users may also want to refer to the [Linux Hackers Installation](#linux-hackers-installation). |
| 6 | +Windows users who do not have a UNIX style shell installed should skip to the [Windows Installation](#windows-installation-skip-for-osxlinux) instructions (below).<br/> |
| 7 | +More advanced Linux users may also want to refer to the [Linux Hackers Installation](#linux-hackers-installation-for-advanced-linux-use-only) (below). |
8 | 8 |
|
9 | 9 | ### Linux/OSX Installation |
10 | 10 |
|
@@ -88,11 +88,10 @@ The following instructions are very WIP and based on ArchLinux but may apply to |
88 | 88 | - Now try a simple command line test to verify if the VM and Image are working: `pharo Pharo.image eval "100 factorial"`. If all is well, you should get an answer. |
89 | 89 | - Now try the "load script" described in the OSX section. You may find you get an error mentioning `libgit2`, if this is the case you should also install it and try again. We have also had reports that installing `libcurl-gnutls` can help (but this is not yet proven) |
90 | 90 | - We have also had reports that for some libgit2 failures there is an internal loadModule change that we may backport from the development pharo. In this case you need to replace the method `unixModuleName` in Class `LGitLibrary` as follows: |
91 | | - |
92 | | -1. Launch a headfull Pharo by typing `pharo-ui Pharo.image` |
93 | | -1. Press Ctrl-Space and type `unixModuleName` |
94 | | -1. Select the `LGitLibrary >> unixModuleName` entry and press enter |
95 | | -1. In the resulting browser, replace the method source for `unixModuleName` with the following (copy and paste it), press save (ctrl-s), and finally save and exit pharo. |
| 91 | + 1. Launch a headfull Pharo by typing `pharo-ui Pharo.image` |
| 92 | + 1. Press Ctrl-Space and type `unixModuleName` |
| 93 | + 1. Select the `LGitLibrary >> unixModuleName` entry and press enter |
| 94 | + 1. In the resulting browser, replace the method source for `unixModuleName` with the following (copy and paste it), press save (ctrl-s), and finally save and exit pharo. |
96 | 95 | ``` |
97 | 96 | LGitLibrary >> unixModuleName |
98 | 97 | | pluginDir | |
|
0 commit comments