- Download Pharo 6.1 for OSX (http://files.pharo.org/platform/Pharo6.1-mac.zip)
- Extract
Pharo6.1.app
from the archive and copy it to~/Applications
- Run
Pharo6.1.app
. Depending on your security preferences Pharo may fail to launch because "it is from an unidentified developer". In this case you can go toSystem Preferences > Security & Privacy > General
and click "Open Anyway" where it says that "Pharo6.1.app was blocked from opening ...". Click "Open" in confirmation dialog window. Pharo should now dissapear. Now you will be able to launchPharo6.1.app
as usual fromApplications
. - Open
Playground
. It can be launched from theWorld menu
: Left mouse click anywhere on the background aroundWelcome in Pharo6.1
window and selectPlayground
. - Copy the following installation script in Playground and execute it (either by selecting everything and doing
CMD+d
or clicking green play button).
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc:pharo6.1/src';
load: #core
- During installation you may be asked to enter your
Author
name. You should put either you nickname or a real name likeJaneRoe
that will help other developers identify your code. - If evertyhing went OK, a new
World Menu
item should appear namedBloc
. Done!