Skip to content

Commit

Permalink
Updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
jvuletich committed Jul 20, 2021
1 parent ca40d35 commit 21c9bfb
Show file tree
Hide file tree
Showing 8 changed files with 17,297 additions and 14 deletions.
5,763 changes: 5,762 additions & 1 deletion Cuis5.0-4619-32.changes → Cuis5.0-4687-32.changes

Large diffs are not rendered by default.

Binary file renamed Cuis5.0-4619-32.image → Cuis5.0-4687-32.image
Binary file not shown.
5,763 changes: 5,762 additions & 1 deletion Cuis5.0-4619-v3.changes → Cuis5.0-4687-v3.changes

Large diffs are not rendered by default.

Binary file renamed Cuis5.0-4619-v3.image → Cuis5.0-4687-v3.image
Binary file not shown.
5,763 changes: 5,762 additions & 1 deletion Cuis5.0-4619.changes → Cuis5.0-4687.changes

Large diffs are not rendered by default.

Binary file renamed Cuis5.0-4619.image → Cuis5.0-4687.image
Binary file not shown.
6 changes: 3 additions & 3 deletions Documentation/GettingStarted-NoCommandLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ What follows are instructions for setting up Cuis on Windows or Mac OS X without
* extract the contents of the zip file right there ("extract here")
* download [`squeak.cog.spur_win32x86_201901172323.zip`](https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/201901172323/squeak.cog.spur_win32x86_201901172323.zip), saving it to yourFolder\Cuis-Smalltalk-Dev-master\ (the folder that was just created while extracting the first zip file).
* extract the contents of the zip file right there ("extract here")
* drop the Cuis5.0-4619-32.image over the Squeak.exe file. Alternatively, double click on the Squeak.exe file, and when prompted to select an image file, select Cuis5.0-4619-32.image.
* drop the Cuis5.0-4687-32.image over the Squeak.exe file. Alternatively, double click on the Squeak.exe file, and when prompted to select an image file, select Cuis5.0-4687-32.image.
* If you get a message like "This publisher could not be verified. Are you sure you want to run this software?", then untag "Always ask before opening this file" (if present) and click [Run].
* If you get a message like "Windows protected your PC", then click on "More info", and click [Run anyway].

Expand All @@ -19,10 +19,10 @@ What follows are instructions for setting up Cuis on Windows or Mac OS X without
* download [`squeak.cog.spur_macos64x64_201901172323.dmg`](https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/201901172323/squeak.cog.spur_macos64x64_201901172323.dmg), saving it to your folder
* double click on the dmg file
* Drag Squeak to your folder
* drop the Cuis5.0-4619.image over the Squeak.app file
* drop the Cuis5.0-4687.image over the Squeak.app file
* If you get "Squeak is an app downloaded from the Internet. Are you sure you want to open it?", click on [Open]

## Troubleshooting ##
* If you can't find Cuis5.0-4619.image, then this document is outdated. Use the Cuis image with the latest update number available.
* If you can't find Cuis5.0-4687.image, then this document is outdated. Use the Cuis image with the latest update number available.
* If you can't find the Squeak Cog Spur VM specified, then this document is outdated. Use the the Squeak Cog Spur VM for your platform with the latest Date and Time available from https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/latest or http://opensmalltalk.org/
* If you can't get Cuis to run on your system after trying the above instructions, send mail to the Cuis-Dev mail list. Please give enough detail of your system, what you tried, and any error messages you got.
16 changes: 8 additions & 8 deletions Documentation/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mv ./sqcogspur64linuxht ./cogspur

### Starting Cuis Smalltalk ###
```
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4619.image
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4687.image
```
If you get this error message (you won't get it if you run Cuis as root or sudo):
```
Expand All @@ -68,11 +68,11 @@ Drag Squeak.app to your folder
```

### Starting Cuis Smalltalk ###
* drop the Cuis5.0-4619.image over the Squeak.app file
* drop the Cuis5.0-4687.image over the Squeak.app file
* If you get "Squeak is an app downloaded from the Internet. Are you sure you want to open it?", click on [Open]
* Alternatively, you might:
```
./Squeak.app/Contents/MacOS/Squeak Cuis-Smalltalk-Dev-master/Cuis5.0-4619.image
./Squeak.app/Contents/MacOS/Squeak Cuis-Smalltalk-Dev-master/Cuis5.0-4687.image
```

## For 64 bits Windows (Git Bash) ##
Expand All @@ -89,7 +89,7 @@ unzip cogspur.zip -d cogspur

### Starting Cuis Smalltalk ###
```
cogspur/Squeak.exe Cuis-Smalltalk-Dev/Cuis5.0-4619.image
cogspur/Squeak.exe Cuis-Smalltalk-Dev/Cuis5.0-4687.image
```

## For Raspberry Pi Raspian ##
Expand All @@ -105,7 +105,7 @@ mv ./sqcogspurlinuxhtRPi ./cogspur

### Starting Cuis Smalltalk ###
```
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4619-32.image
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4687-32.image
```

## For Chromebooks ##
Expand Down Expand Up @@ -136,14 +136,14 @@ mv ./sqstkspurlinuxhtRPi ./stkspur

### Starting Cuis Smalltalk ###
```
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4619-32.image
stkspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4619-32.image
cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4687-32.image
stkspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4687-32.image
```

## Troubleshooting ##
* If when starting the image you get error messages like "This interpreter (vers. 6505) cannot read image file (vers. 68021).", (68021 or some other reasonable number) it means you image and VM are mismatched. For example, one of them is Spur and the other is pre-Spur, or one of them is 32 bits and the other is 64 bits.
* If when starting the image you get error messages like "This interpreter (vers. 6505) cannot read image file (vers. 1007290890).", (1007290890 or some other absurd number) it means your git installation is breaking the files. It is usually best to configure git not to do any conversion on files.
* If you can't find Cuis5.0-4619-32.image, then this document is outdated. Use the Cuis spur image with the latest update number available.
* If you can't find Cuis5.0-4687-32.image, then this document is outdated. Use the Cuis spur image with the latest update number available.
* If you can't find the Squeak Cog Spur VM specified, then this document is outdated. Use the the Squeak Cog Spur VM for your platform with the latest Date and Time available from http://opensmalltalk.org/
* If you can't get Cuis to run on your system after trying the above instructions, send mail to the Cuis-Dev mail list. Please give enough detail of your system, what you tried, and any error messages you got.
* To get the contents of this repository without using Git, you can do
Expand Down

0 comments on commit 21c9bfb

Please sign in to comment.