# HG changeset patch # User Gerald Klix (speedy) # Date 1724164240 -7200 # Tue Aug 20 16:30:40 2024 +0200 # Node ID 736d390bcb51e1b4cb90909019111af6c6a28489 # Parent 43fb41ed97d7d0e72ea00d2dda091f7477bc0d9b SUM: Updated the readme file. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -38,8 +38,25 @@ State of This Repository ------------------------ -For the time being, I did not test whether this repository can be used -for Haver development. Development takes place in a private repository -containing code that is not meant for publication. +The branch named `Cuis7.0based` is the `default` branch. +Provided that checked out at least the +[Cuis7-0 repository](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev) +and – in order to use compatibility packages – +[Cuis-Smalltalk-Dev repository](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev) +under a common directory – say `Cuis-Smalltalk` – +you can use the `prepareBootstrap.sh` like this: + + ./prepareBootstrap.sh Cuis-Smalltalk -This will change in the future. +This script will create symlinks and a file that configures +Haver's package search path to find packages delivered +with Cuis' core. + +Create a Haver image by entering + + squeak Cuis7.0 -s Haverize.st + +and save the new Haver image with the World menu's +menu item `Save Haver Dev Release and Quit`. +You will find an image named `Haver7.0-6454-003-dev.image` +in the project's root directory.