Install and run Cuis in Linux: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* I made a '''video''' to describe the procedure and I guess it is the easiest way to learn this, see here. * There is also an '''official text description''' that will be always updated more frequently than my video, see here. * I personally do like this, for a normal cuis-project in a normal Linux system (x86-64bit) ** <code>$> cd ~</code> ** <code>$> mkdir cuis-project</code> ** <code>$> cd cuis-project</code> ** Here i lie a bit, for your convenience, i actually down...") |
(No difference)
|
Revision as of 13:01, 3 May 2025
- I made a video to describe the procedure and I guess it is the easiest way to learn this, see here.
- There is also an official text description that will be always updated more frequently than my video, see here.
- I personally do like this, for a normal cuis-project in a normal Linux system (x86-64bit)
$> cd ~
$> mkdir cuis-project
$> cd cuis-project
- Here i lie a bit, for your convenience, i actually download my own fork of Cuis-Smalltalk-Dev, but in general, before you will have your own fork do this: If i have no space problems on my local disk (by default) I do: `$> git clone https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git` if i have not much space i do `$> git clone --depth=1 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git`
- Download the VM `$> wget cogspur.tgz https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/202003021730/squeak.cog.spur_linux64x64_202003021730.tar.gz`
- Run it XXXX