Skip to content

Commit

Permalink
Merge 3713462
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Jan 20, 2021
2 parents b203b20 + 3713462 commit 99a9985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ It is an inaccurate and highly simplified tool for the design of silicon chip la

## How to load

The Pharo Chip Designer runs withing Pharo 8.0 environment. Currently, it is not provided as a standalone application because the main purpose of it is not to imitate the original game but to provide a base for own experiments where you want to have full control over the input and output signals. Pharo provides an interactive environment for it. So you first should install Pharo Launcher, then prepare a Pharo 8.0 image and load the Chip Designer into it.
The Pharo Chip Designer runs withing Pharo 8.0 environment. Currently, it is not provided as a standalone application because the main purpose of it is not to imitate the original game but to provide a base for own experiments where you want to have full control over the input and output signals. Pharo provides an interactive environment for it. So you first should install Pharo Launcher, then prepare a Pharo 9.0 image and load the Chip Designer into it.

1) Install Pharo Launcher from http://pharo.org/download)
2) Create a new image from the template named "Pharo 8.0 - 64bit" (32bit can be used too. Pharo 8.0 is currently the development version, but it has many improvements in the UI building that are used in the Chip Designer)
2) Create a new image from the template named "Pharo 9.0 - 64bit (development version, latest)" (32bit can be used too. Pharo 9.0 is currently the development version, but it has many improvements in the UI building that are used in the Chip Designer)
3) Run the image, open Playground (Tools - Playground), place the following code there, select it and from the context menu choose "Do it"

```smalltalk
Expand Down

0 comments on commit 99a9985

Please sign in to comment.