[Cuis] A question on packages

Ken Dickey Ken.Dickey at whidbey.com
Thu Jun 26 10:01:08 CDT 2014


On Thu, 26 Jun 2014 09:45:07 -0400
Hari Balaraman <hbalaraman at gmail.com> wrote:

> Hi All,
> I’m a smalltalk newbie that is getting acquainted with Cuis. I was wondering how one adds packages. I downloaded Aida from https://github.com/garduino/Cuis-Smalltalk-Aida

> and would like to install it. If there are pointers you can provide or a web page you can point me to I would very much appreciate it.

Hari,

Welcome aboard!

The quick answer -- from the Aida README.md page is to invoke

  Feature require: 'Aida'

in a Workspace.

This assumes you have Cuis-Smalltalk-Dev and Cuis-Smalltalk-Aida as sibling directories.

You can also select the package file in a File List and click the 'Install Package' button.  Any packages required by that package should get loaded as well.

It is probably worth your time to check out the Cuis development Documentation in

 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/tree/master/Documentation

The docs should cover the 'nuts and bolts' of what you need, but please ask questions so that we can make the docs better.


If you need details on Smalltalk usage -- as opposed to being a Smalltalk programmer looking at Cuis, you might look at http://stephane.ducasse.free.fr/FreeBooks , where there is a trove of free books on Smalltalk.


Enjoy!
-KenD




More information about the Cuis mailing list