Install and run Cuis in Linux
Jump to navigation
Jump to search
- 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