Skip to content

Commit

Permalink
Updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
jvuletich committed Jun 16, 2022
1 parent f2ca0be commit 7d46188
Show file tree
Hide file tree
Showing 11 changed files with 127,037 additions and 60,965 deletions.
20,318 changes: 0 additions & 20,318 deletions Cuis6.0-5171-32.changes

This file was deleted.

20,318 changes: 0 additions & 20,318 deletions Cuis6.0-5171-v3.changes

This file was deleted.

20,318 changes: 0 additions & 20,318 deletions Cuis6.0-5171.changes

This file was deleted.

42,342 changes: 42,342 additions & 0 deletions Cuis6.0-5299-32.changes

Large diffs are not rendered by default.

Binary file renamed Cuis6.0-5171-32.image → Cuis6.0-5299-32.image
Binary file not shown.
42,342 changes: 42,342 additions & 0 deletions Cuis6.0-5299-v3.changes

Large diffs are not rendered by default.

Binary file renamed Cuis6.0-5171-v3.image → Cuis6.0-5299-v3.image
Binary file not shown.
42,342 changes: 42,342 additions & 0 deletions Cuis6.0-5299.changes

Large diffs are not rendered by default.

Binary file renamed Cuis6.0-5171.image → Cuis6.0-5299.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_win64x64.zip`](https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/202205110711/squeak.cog.spur_win64x64.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 Cuis6.0-5171.image over the Squeak.exe file. Alternatively, double click on the Squeak.exe file, and when prompted to select an image file, select Cuis6.0-5171.image.
* drop the Cuis6.0-5299.image over the Squeak.exe file. Alternatively, double click on the Squeak.exe file, and when prompted to select an image file, select Cuis6.0-5299.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 @@ -22,10 +22,10 @@ What follows are instructions for setting up Cuis on Windows or Mac OS X without
* [control]+click on Squeak. [control]+Open in the menu.
* If you get a message like '"Squeak" can not be opened because the developer can not be verified', click [Open].
* Click [Cancel] to close the file dialog
* drop the Cuis6.0-5171.image over the Squeak.app file
* drop the Cuis6.0-5299.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 Cuis6.0-5171.image, then this document is outdated. Use the Cuis image with the latest update number available.
* If you can't find Cuis6.0-5299.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 latest available Squeak Cog Spur VM for your platform from https://github.com/OpenSmalltalk/opensmalltalk-vm/releases
* 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 @@ -48,7 +48,7 @@ mv ./sqcogspur64linuxht ./cogspur

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

### Starting Cuis Smalltalk ###
* drop the Cuis6.0-5171.image over the Squeak.app file
* drop the Cuis6.0-5299.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/Cuis6.0-5171.image
./Squeak.app/Contents/MacOS/Squeak Cuis-Smalltalk-Dev/Cuis6.0-5299.image
```

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

### Starting Cuis Smalltalk ###
```
cogspur/Squeak.exe Cuis-Smalltalk-Dev/Cuis6.0-5171.image
cogspur/Squeak.exe Cuis-Smalltalk-Dev/Cuis6.0-5299.image
```

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

### Starting Cuis Smalltalk ###
```
cogspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5171-32.image
cogspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5299-32.image
```

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

### Starting Cuis Smalltalk ###
```
cogspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5171-32.image
stkspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5171-32.image
cogspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5299-32.image
stkspur/squeak Cuis-Smalltalk-Dev/Cuis6.0-5299-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 Cuis6.0-5171-32.image, then this document is outdated. Use the Cuis spur image with the latest update number available.
* If you can't find Cuis6.0-5299-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 latest available Squeak Cog Spur VM for your platform from https://github.com/OpenSmalltalk/opensmalltalk-vm/releases
* 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 7d46188

Please sign in to comment.