help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Smalltalk (3.2.5) on Ubuntu (20.04)


From: Gary Highberger
Subject: Smalltalk (3.2.5) on Ubuntu (20.04)
Date: Wed, 30 Dec 2020 17:17:26 -0500

If just you want to tinker with Smalltalk, enter gst at the command prompt
and have at it. Smalltalk, albeit stripped down, is included with 20.04.

If you want to go beyond tinkering . . .

1.  Install the instruction manual:
      1.1 Enter 'sudo apt-get install gnu-smalltalk-doc' . Enter 'info gst'
to read it.

2.  Install the Emacs tools for debugging/editing:
      2.1 Enter 'sudo apt-get install gnu-smalltalk-el' to get the Emacs
support files.
      2.2 Enter 'sudo apt-get install emacs' to install Emacs'.
      2.3 Within Emacs enter 'M-x package-install <CR> smalltalk-mode' to
get the Smalltalk support files. Many thanks to Steve and Derek for helping
me get this working.

3.  Learn about the Smalltalk packages:
      3.1  Enter 'sudo apt-get cache search gnu-smalltalk' .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]