There are four methods to download Phratch:
Download a portable version
You can download a portable Phratch software (version 4.1) :
- for Linux :
- for Mac :
- for Windows :
- for Raspbian :
- Debian package :
It allows you to have a pre-packaged application. Unzip the file you download and double-click on phratch to run it. It is Phratch.app for MacOs, phratch for linux and phratch.exe for windows.
The older version and version in development are available on this build server.
On ArchLinux
You can install Phratch on ArchLinux using the following line.
$ yaourt phratch
Then, you can run it using the menu entry in KDE or Gnome or using the following line.
$ phratch
Using the Pharo Configuration Browser
Phratch is available in the Configuration Browser of Pharo.
If you have a Pharo application, open it and go in the Configuration Browser (World Menu / Tools / Configuration Browser). If the opened window, you just have to search Phratch and install it.
Download a phratch.image
If you already have a pharovm on your machine and you know what you are doing, you can download an image of Phratch. It is available here. This image is generated every day.
https://ci.inria.fr/pharo-contribution/view/Phratch/job/Phratch-image/
You can also find all downloads on this build server.
Download sources
You have to run this code in Pharo (Pharo is available here: http://www.pharo-project.org).
Gofer it url: 'http://smalltalkhub.com/mc/JLaval/Phratch/main'; package: 'ConfigurationOfPhratch'; load. ((Smalltalk at: #ConfigurationOfPhratch) project version: '4.0') load.
If you choose Pharo4.0, you can run the previous lines, or you can load the following lines to obtain the latest version.
Gofer it url: 'http://smalltalkhub.com/mc/JLaval/Phratch/main'; package: 'ConfigurationOfPhratch'; load. (Smalltalk at: #ConfigurationOfPhratch) loadBleedingEdge.
Running phratch
Two ways to run Phratch, Since the version 2.0, there is an entry in the world menu. Just click on it:
Else you can execute the following line:
PhratchFrameMorph open.
4 thoughts on “Install phratch”
Comments are closed.