A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/guillep/PharoBootstrap below:

GitHub - pharo-project/PharoBootstrap

This repository contains the code required to bootstrap a new Pharo environment. This bootstrap takes as input a Pharo source code repository and outputs:

This bootstrap runs on top of Pharo 10.0. It can however produce images for older formats (a feature that is however not so exploited). All other dependencies (Espell, Hermes) are loaded by the baseline automatically.

Just download this repository and load the baseline in a new image. The easiest way to do it is as follows

$ wget -O - get.pharo.org/100+vm | bash
$ ./pharo Pharo.image eval "
Metacello new 
	baseline: 'BootstrapProcess';
	repository: 'tonel://.';
	load.

Smalltalk snapshot: true andQuit: true."

Run the bootstrap by calling the specialized Spur bootstrap class. This will generate a Spur image for the corresponding 32 or 64 bit architecture.

versionInfo := (PBVersionInfo fromLongGitDescribe: 'Pharo10.0-aaaddb-aaaa-vbb')
		buildNumber: 42;
		yourself.
		 
		
(PBBootstrap for64Bits
		versionInfo: versionInfo;
		repositoryLocation: '../pharo-local/iceberg/pharo-project/pharo' asFileReference;
		imageName: 'bootstrap.image';
		yourself) bootstrap

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4