Products » Smalltalk/X » Download » Source Code Management
  Smalltalk/X Download
  Installation Instruction
  Source Code Management
New Smalltalk/X Release
The current Smalltalk/X release 5.4.6 is ready for download on our server. We have fixed more bugs related to the Vista operating system. Also, the Vista-Look was improved. New features are found in the Browser, Debugger, GUI-builder, Bitmap-Editor, Workspace and others. Especially worth mentioning is the Application-Packager, which generates self-installing deployable packages in a few minutes. Of course, all the highlights of the previous releases are also included.
Access to version management
This page explains how to access the version management of our ST/X development. The CVS archive is updated every night and reflects the latest development status - including all our new bugs ;-).

You can download and install updates, patches and add-ons using either the traditional file-oriented method or directly in the system browser using the object-oriented method. The system browser enables you to compare your current system version with older or more up-to-date versions in the repository.

Please note that the source code of the virtual machine (stx/librun) and the STC compiler (stx/stc) is not available here. You must use the STC compiler (stc) and VM library (librun.dll or librun.so) supplied with the binary packages.

Direct access to CVSThere are three ways to access the Smalltalk/X CVS archive:
  1. Access the Smalltalk/X CVS archive directly via your Internet browser.
  2. If you have CVS installed on your PC, you can access Smalltalk/X CVS via the pserver gateway.
  3. You configure your Smalltalk/X system so that the system browser reads its sources directly from the Smalltalk CVS archive (Launcher: System - Settings - SourceCode).
CVS pserverIf you have access to an installed CVS and the Internet, you can use the command
cvs -d :pserver:cvs@cvs.smalltalk-x.de:/cvs/stx login 
dto open read access to our CVS. On request, enter an empty password (return).
Use the command 
cvs -d :pserver:cvs@cvs.smalltalk-x.de:/cvs/stx -z 8 checkout stx 
to load the published source code. More information on CVS is available on the official CVS website.