Install and run Cuis in Linux: Difference between revisions

From Cuis CookBook
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 edit summary
 
Line 1: Line 1:
* I made a '''video''' to describe the procedure and I guess it is the easiest way to learn this, see here.
* I made a '''video''' to describe the procedure and I guess it is the easiest way to learn this, see [https://youtu.be/ydrqIxAf2II here].
* There is also an '''official text description''' that will be always updated more frequently than my video, see here.
* There is also an '''official text description''' that will be always updated more frequently than my video, see [https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md here].
* I personally do like this, for a normal cuis-project in a normal Linux system (x86-64bit)
* I personally do like this, for a normal Cuis project in a normal Linux system (x86-64bit)
** <code>$> cd ~</code>
** <code>$> cd ~</code>
** <code>$> mkdir cuis-project</code>
** <code>$> mkdir cuis-project</code>
** <code>$> cd cuis-project</code>
** <code>$> cd cuis-project</code>
** 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 <nowiki>https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git`</nowiki> if i have not much space i do `$> git clone --depth=1 <nowiki>https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git`</nowiki>
** 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: <code>$> git clone <nowiki>https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git</nowiki></code> if i have not much space i do <code>$> git clone --depth=1 <nowiki>https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git</nowiki></code>
* Download the VM `$> wget cogspur.tgz <nowiki>https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/202003021730/squeak.cog.spur_linux64x64_202003021730.tar.gz`</nowiki>
* Download the VM <code>$> wget cogspur.tgz <nowiki>https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/download/202003021730/squeak.cog.spur_linux64x64_202003021730.tar.gz</nowiki></code>
* Run it XXXX
* Run it XXXX

Latest revision as of 13:04, 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