This is downloads section for µCL 2.0.

µCL 2.0 Downloads

µCL is currently supported on two platforms -- Linux® and and a couple of the more recent operating systems from Microsoft®. Before downloading the µCL system, please read and understand the µCL license.

Linux Downloads

1. Create an µCL directory
Please create a directory to store everything in. For example,
mkdir -p ~/downloads/ucl
2. Visit the releases directory and grab a vesion of the system. It will have a file format of the form ucl_linux_2.0.xx.tar.gz where 2.0.xx is the version number of the code release. Download the version with the greatest version number.
For example:
cd ~/downloads/ucl
wget http://gramlich.net/projects/ucl/v2/releases/ucl_linux_2.0.1.tar.gz
3. Unpack ucl_linux_2.0.xx.tar.gz
Unpack the code from ucl_linux_2.0.xx. For example:
gunzip -c linux_ucl_2.0.1.tar.gz | tar xvf -
The code will unpacked into a versioned directory.
4. Put the versioned directory into your path
For example:
export PATH=$PATH:~/downloads/ucl/ucl_2.0.1
That is it.

Microsoft Operating Systems Downloads

The two Microsoft operating systems that are supported are Windows 2000 and Windows XP. Here are the necessary steps:

1. Create an µCL folder
Create a folder for the µCL files. We recommend that the folder be placed at C:/uCL.
2. Download ucl_winos_2.0.xx.zip
Please fetch the largest version number from the releases directory. Please download the file and store it someplace like C:\Downloads.
3. Unpack ucl_winos_2.0.xx.zip
Extract ucl_winos_2.0.xx.zip using your favorite unzipper program. The extraction will create a sub folder called ucl_2.0.xx and store all of the files there. We recommend that you extract the contents into the directory you created in the first step (i.e. C:\uCL.)
You should be ready to go.

Download Problems

If you have any problems, please visit the µCL support group.


Copyright © 2004-2006 by Wayne C. Gramlich. All rights reserved.