My favorites | Sign in
Project Home Downloads Wiki Issues
Search
for
InstallationSteps  
Steps to get the current project working
Featured, Phase-Deploy
Updated Dec 9, 2011 by tibabenf...@gmail.com

Scat: Installation Steps

Required Pharo download

  • Download a Pharo 1.3 One Click package with CogVM from: here.

Installation

* WARNING * This process will modify some base Morphic classes and methods from the system, so please use a fresh image!

If you are behind a web proxy, you need to configure the proxy in the Pharo Settings.

From time to time, SqueakSource site is down. Please check the availability of this web site before launching the install process.

In order to install the last version of Scat, you can execute the following Gofer expression:

Gofer new squeaksource: 'nscratch'; package: 'NScratch'; load

or load the NScratch package from the following Monticello repository:

MCHttpRepository
   location: 'http://www.squeaksource.com/nscratch'
   user: ''
   password: ''
  • Be patient, the process might take a while, as several external plugins, media files and other required packages are going to be downloaded and extracted automatically
  • When done, run the following code from a Workspace:
  • ScratchFrameMorph open
  • A block browser and canvas should open. Some things work, some don’t...
Comment by Benjamin...@gmail.com, Jun 2, 2011

To install, you can also use Gofer:

Gofer new

squeaksource: 'nscratch'; package: 'NScratch'; load

Comment by project member tibabenf...@gmail.com, Jun 3, 2011

Thanks Benjamin, I've added it into the main article :)


Sign in to add a comment
Powered by Google Project Hosting