| Allegro CL version 10.0 Moderately revised from 9.0. 9.0 version |
This document contains the following sections:
1.0 Installation introductionAllegro CL 10.0 is provided in two versions on those platforms which support SMP: an SMP version which can use more than one hardware processor at a time and a non-SMP version which (like all versions of Allegro CL prior to 9.0) uses only one processor. These two versions have separate downloads: that is you download and install each individually. Please also note:
For each distribution, the installation process of Allegro CL 10.0 is similar to installation of previous versions of Allegro CL such as Allegro CL 9.0. Mac users should note that the various tools relating to running X (such as Xquartz) may need to be installed or reinstalled.
This document describes how to install Allegro CL and related products.
Allegro CL is downloaded. Customers receive instructions on how to download Allegro CL 10.0 over the net. Express users download their copy from the Franz Inc. web site (franz.com).
You can install Allegro CL from the download without any key or code (though you need a license file, as described below, in order to use Allegro CL). Once Allegro CL is installed, the documentation, including this file, is available in the doc/ subdirectory (this file is doc/installation.htm). A copy of this file is also available on the Franz Inc. web site (franz.com).
All types (Professional, Enterprise, etc.) of Allegro CL for a particular platform and all add-on products are downloaded onto your computer. A license file named devel.lic controls which products will be usable. This license file is supplied separately, as described in Section 10.0 Getting a license file. Allegro CL will not work without a license file properly installed in the Allegro directory. The download does not contain a license file. You must obtain a license file from Franz Inc. separately from the download.
If you do not have a license file or the license file you have does not seem to license the correct product mix, contact your Account Manager for information. (If that link does not work, call Franz Inc. in California, USA, at +1 510-452-2000 or send email to [email protected] or [email protected]. In email, be sure to identify yourself and provide information on how you can be contacted.)
Once you have installed Allegro CL and the license file is in place, you can use the licensed Allegro CL version and all licensed add-on products. If you upgrade your Allegro CL version, or purchase a license for an add-on product, you will be given an updated license file. You do not have to download further material (except in rare instances or when you have obtained a license for another platform). Simply installing the new license file makes the newly licensed products available for use.
The size of the Allegro directory after installation is approximately 250 Mbytes on UNIX/Linux/macOS and 225 Mbytes on Windows. More space may be required during installation for temporary files.
The minimal supported versions of the operating systems on platforms where Allegro CL runs are listed below. Allegro CL will generally work without change on operating system versions released after the release of Allegro CL 10.0. If you have a problem, contact [email protected] for assistance.
Before installing Allegro CL, consider the following:
It is not necessary to delete version 9.0 if you have that installed, but note that on Windows, the registry will be updated so extensions (such as .lpr and .dxl) refer to Allegro CL 10.0 instead of earlier versions.
If you have the Express Edition, see Section 12.0 The Express Edition. If you have the Student Edition, see Section 13.0 The Student Edition. For some platforms, you are directed back here from that section. In that case, skip down to step 3.
Here are the installation steps in brief:
On UNIX (including Linux and macOS): you download two files, acl100.bz2 (acl100express-[platform].bz2 for the Express edition (except on macOS, where only the dmg file is available) and acl100student-[platform].bz2 for the Student edition) and bunzip2. (The [platform] is freebsd or linux-x85 of macosx-x86.) On macOS, you also download a dmg file. You can install using the bz2 file as described here or using the dmg file as described Section 6.0 Installation on macOS (Allegro Express users must follow that link).
On Windows, you download one file, acl100.exe (acl100express-x86.exe for the express edition).
% cd /usr/tmp/
See Section 4.0 Notes for installation of Allegro CL on UNIX (including Linux) for more details.
Windows: find the download executable file in your Windows Explorer.
macOS: you can use the dmg file -- go to Section 6.0 Installation on macOS.
% ./bunzip2 < acl100.bz2 | (cd /usr/local; tar xf -)
For the Express and Student editions, the bz2 filename has express-[platform] and student-[platform] appended.
See Section 4.0 Notes for installation of Allegro CL on UNIX (including Linux) for more details on this step.
Windows: run the exe file. Double click on it if using the Windows Explorer or execute it if at a Command Prompt. Follow the instructions that appear. See Section 5.0 Installation on Windows for full details.
(sys:update-allegro)
. See sys:update-allegro and also Patches and updates in
introduction.htm.
Once Allegro CL is installed, see Section 4.4 Testing that the installation of Allegro CL on Unix was successful for information on how to test that Allegro CL is installed properly. Linux users who have trouble starting Allegro CL after installation see Section 4.3 Allegro CL may have problems starting up when run on SELinux.
Also see these documentation files in the doc/ subdirectory to start with:
There is no Allegro Composer executable or image file after
installation. To use Allegro Composer, evaluate (require
:composer)
after starting Allegro CL. An Allegro Composer
binary can be built by using
buildcomposer.cl. See
composer.htm. Allegro Composer is not available
with Allegro CL Express.
There is no CLIM image file, but one can be built using buildclim.cl. CLIM is not available with Allegro CL Express or Allegro CL Student.
Note for CLIM on Linux, FreeBSD: you must have version 2.2 or later of Motif. (Version 2.2 was released in early 2002.) A free version is available from www.openmotif.org. Redhat Linux 7.2 is supplied with Lesstif, a version of Motif that does not work with CLIM. See the Linux architecture specific information in the Allegro CL FAQ for information on how to install Redhat Linux 7.2 without lesstif and how to uninstall lesstif if already present. On all other Unix platforms, CLIM uses the platform-supplied Motif.
Note for CLIM on macOS: you must have version 2.2.2 Motif. This version is available at no charge from www.openmotif.org.
Users wishing to display Japanese characters need the k14 font. As also noted here in release-notes.htm, the k14 font is needed to display Japanese characters in a CLIM demo. This font appears to be missing from most X server font libraries. We are making available a public domain version of this font in the file [Allegro directory]/misc/k14.pcf. Please see your X server documentation for information on how to install this file as a valid font.
The Fedora Linux operating system, starting with release 25, requires the following steps for 32-bit Allegro CL to run successfully (no additional steps are required for 64-bit Allegro CL). Steps 3 and 4 are for Common Graphics and the IDE. Run each of the following commands:
sudo dnf install libc.i686
sudo dnf install glibc.i686
sudo dnf libcanberra-gtk2-0.30-11.fc24.i686
sudo dnf install PackageKit-gtk-module-1.1.5-1.fc25.i686
The Ubuntu Linux operating system, starting with release 14.04, stopped supplying the 32-bit libraries needed by 32-bit Allegro CL, including Allegro CL Express Edition. While 32-bit Allegro CL did continue to work in some cases, particularly when users upgraded to Ubuntu 14.04 (rather than installing it form scratch), we could not figure out a way to ensure in all cases that a user could use 32-bit Allegro CL with Unbuntu 14.04 (and later). As a consequence, we announced that that OS was no longer supported for 32-bit Lisps. (64-bit Allegro CL was not affected.)
Then an Allegro CL user pointed out that there was in fact a way to get 32-bit Allegro CL to work. Here are the steps:
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 sudo apt-get install libgtk2.0-0:i386
Once these commands complete, 32-bit Allegro CL should work. Contact [email protected] if you have any problems.
Security-Enhanced Linux, or SELinux is a feature that is available on many modern versions of Linux and is enabled by default on some. It affects the way shared libraries are loaded and that can prevent Allegro CL from starting up. The error you will likely see is something like:
cannot restore segment prot after reloc: Permission denied
Or the error can be segmentation fault. The solution is to mark the shared object files for special handling or to disable SELinux. See the Linux (Architecture Specific) section of the Allegro CL FAQ for futher details.
We will test the installation by starting Allegro CL from a shell prompt. To a shell prompt, enter the full path of the Allegro CL executable (on installation, one of mlisp, alisp, mlisp8, and mlisp8; only alisp is provided with the Express Edition) to the shell prompt.
Assuming the Allegro directory is /usr/local/acl100/ and that you wish to run the mlisp executable, enter:
/usr/local/acl100/mlisp
With the Express Edition, only alisp is provided, so do:
/usr/local/acl100-express/alisp
Allegro CL should start up. You will see the banner and perhaps additional messages, and the first prompt (the exact text depends on the platform and which image you are running, so you may see something slightly different from what is printed here):
Allegro CL Enterprise Edition 10.0 Copyright (C) 1985-2015, Franz Inc., Oakland, CA, USA. All Rights Reserved. ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the ;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). ;; Current reader case mode: :case-sensitive-lower user(1):
To the Lisp prompt user(1):
, enter some form to ensure evaluation is working, like
(* 20 30)
:
user(1): (* 20 30) 600 user(2):
You may now either
exit Allegro CL by entering :exit
(see the
top-level command :exit):
user(2): :exit
or you may continue using Allegro CL.
Download the distribution file specific to the platform you are using (this file will have a name like acl100.exe). Download into a location of your choice.
If you do not install either the Allegro CL documentation and the ANSI spec, shortcuts relating to documentation on the Allegro CL menu item on the Start menu will link you to versions on the Franz Inc. web site. (However, if you have the space, it is best to include the documentation.) If you include the Allegro CL documentation but not the ANSI spec, links from the Allegro CL documentation to the ANSI spec will not work.
Check or uncheck the desired options. Click Cancel to cancel installation, Back to choose a different location, and Next to continue. If you click Next again, the installation will take place.
Patches (correcting bugs or providing
new features) are released for Allegro CL regularly. For normal usage,
we recommend that you update regularly, including immediately after
installation. Do this by starting Lisp and evaluating
(sys:update-allegro)
. See sys:update-allegro and also Patches and updates in
introduction.htm.
Allegro CL is now installed. See these documentation files to start with. (Allegro CL Express and Allegro CL Student users look at documentation on the Franz Inc. Website, specifically here. Links on that page go to the documentation files for your version and also tell you how to download your own copy if desired.)
The next section describes how to test the installation on Windows.
We will test the installation by starting Allegro CL from the menu. You should see an `Allegro CL 10.0' item on the Programs submenu of the Start menu. (`Allegro CL 10.0 Free Express Edition' for the Express Edition and `Allegro CL 10.0 Student Edition' for Student.) That item has a submenu, with (among other items) submenus Modern ACL Images and ANSI ACL Images. We will start a Modern ACL with the IDE in this example. The Express does not have submenus for images, since only one is supplied (there are submenus for other things).
Choose
Start | Programs | Allegro CL 10.0 | Modern ACL Images | Allegro CL 10.0 (w IDE, Modern)
(or Start | Programs | Allegro CL 10.0 Free Express Edition | Allegro CL 10.0 Free Express Edition or Start | Programs | Allegro CL 10.0 Student Edition | Allegro CL 10.0 Student Edition). You should see a splash window and then a window titled `Allegro Common Lisp Console'. Shortly thereafter, the Allegro CL Integrated Development Environment windows appear, typically starting with some dialogs which you must resond to or dismiss (dismissing is okay). After everything is started, your screen will have various windows, including the Debug (i.e. Listener) window shown here:
One of the dialogs that may appear, if you have worked on projects in the IDE in earlier sessions, is the Startup Action dialog, which asks if you want to open one of these recent projects. (We do not show it because we are assuming you have just installed Allegro CL. Note the Express edition does not have a startup dialog.)
To the prompt cg-user(1):
, enter the form
(+ 1 2)
:
cg-user(1): (+ 1 2) 3
You may now either exit Allegro CL by choosing File | Exit (that is, the Exit choice from the File menu) or you may continue using Allegro CL. If you choose to exit, a dialog will appear asking if you really want to exit. Answer Yes.
If you have installed or are about to install macOS version 10.10, them you must update Allegro CL 10.0 as described in this section Section 6.2 Updating for macOS 10.10 below. Users newly installing Allegro CL 10.0 should also be sure to update after installation. Also XQuartz needs to be updated after the macOS 10.10 upgrade. A link for that is provided in Section 6.2 Updating for macOS 10.10 below.
Allegro CL on macOS is distributed both as a dmg file and as a bz2 file (there is no bz2 file available for the Allegro CL Express edition). You may install using the dmg as described in this section, or using the bz2, as described in Section 3.0 Installation steps. If you are using the IDE, you must install GTK. This is done automatically by the Allegro CL app when you run it. If you are using CLIM, you must also install Open Motif, as described in Section 6.1 Installing GTK and Open Motif on macOS. The rest of this section assumes you are installing with the dmg file.
A note about the Mountain Lion (10.8) version of macOS: X11 is not installed as part of the Mountain Lion OS, and upgrading to Mountain Lion will (apparently) uninstall X11. You can install/reinstall X11 by downloading and installing XQuartz. (Look in the Utilities sub-folder of the Applications folder to see if X11 is installed.)
The dmg installation has been simplified in release 10.0.
There are various dmg files for Allegro CL 10.0, depending on what product you are installing (64 bit with SMP but no IDE, 64-bit without SMP but with IDE, or 32-bit with IDE). The file names are:
Allegro CL requires macOS 10.6 or later.
This is how to install Allegro CL on macOS:
Allegro CL will then be installed (a progress bar will be displayed during installation). Once it is done, double click on Applications and you should see an entry for Allegro CL.
Again, try to start Allegro CL with the IDE. If you need to install the license file, you will get a message like that is the picture (if you do not need a license file or one is already present, Allegro CL will just start up). This will not work when starting mlisp or alisp.
Make sure that you have a valid license file (the license file is supplied separately, as described in Section 10.0 Getting a license file). It need not be named devel.lic (the name will be changed when it is copied).
Click on the Install devel.lic button. You will see a Finder Window. Navigate to your devel.lic file and double click on it. It will be copied to the correct location in the Allegro CL application.
If the GTK Frame is not needed or already installed, Allegro CL will start up. If not, you will see a message that the GTK Framework is not installed, as shown in the illustration.
Simple click on the Install GTK button. You may again be asked to authenticate by providing the administrator password. The GTK Framework will then be installed. (This takes a few seconds, but no progress bar is displayed).
That message will also appear if the GTK Framework is out of date or does not work. If your have upgraded to macOS 10.10, the existing version of the GTK Framework will fail. When you update Allegro CL with update.sh, a new version of the GTK Framework will be download and will install on first use by the IDE.
Allegro CL should start up when the GTK Framework installation is complete.
You should download available patches. See sys:update-allegro.
The dmg installation described above takes care of installing GTK. If you are using CLIM, you need to install Open Motif. If you installed using the bz2 file and wish to use the IDE, you need to install GTK as described in this section.
The IDE/Common Graphics require GTK, and CLIM additionally requires the OpenMotif libraries.
For version of macOS up to but not including Mountain Lion (10.8), X11 should already be installed (if not, install it from your installation medium). For Mountain Lion (10.8), it is not installed and upgrading to Mountain Lion will (apparently) uninstall X11. You can install/reinstall X11 by downloading and installing XQuartz. (Look in the Utilities sub-folder of the Applications folder to see if X11 is installed.) If you install Mavericks (macOS 10.9) after installing X11/XQuartz, you must reinstall XQuartz (the XQuartz links are both to http://xquartz.macosforge.org/landing/).
There are two steps:
If you should get an error message about insufficient permissions, it is likely you have an older version of the framework installed. To get rid of the old version, type this into a terminal window:
sudo rm -rf /Library/Frameworks/{Gtk,Cairo,GLib}.framework
and retry this step.
(sys:update-allegro)
, exit Lisp, and run
update.sh. Once images are updated, the allegro
executable will work.
After the Gtk.framework file is installed in this directory, the IDE and Common Graphics (see cgide.htm) will be ready to use.
To repeat what is said above, it appears installing macOS 10.9 (Mavericks) on a machine with XQuartz (X11) installed breaks the XQuartz installation. After installation of Mavericks, you must reinstall the latest XQuartz version from http://xquartz.macosforge.org/landing/. This is true even if you have installed the latest XQuartz version prior to installing Mavericks.
The symptom of a broken XQuartz is blank rectangles that should be filled with text in Common Graphics and Gruff displays.
The steps are:
universal_archs
contains
just i386
and x86_64
(order does
not matter). That is make sure the line is either:
universal_archs i386 x86_64
or
universal_archs x86_64 i386
If it includes ppc
or just i386
,
then change it to the above. If it includes other architectures,
please let us know
([email protected]) before
continuing.
sudo /opt/local/bin/port install openmotif +universal
Installation on macOS is now done. See Section 6.3 Testing that the installation of Allegro CL on macOS was successful, where we show how to test the installation and also how to get the latest patches.
The GTK Framework version supplied with Allegro CL 10.0 does not work with macOS 10.10. A new version is available. If Allegro CL 10.0 is already installed or you are just installing it, you should run update.sh is all of the following locations before upgrading to macOS 10.10. Then you must reinstall XQuartz after upgrading to macOS 10.10.
You should run update.sh in all of the following Allegro CL locations installed on your machine (you may have one, two, or all three installed -- the locations are Allegro CL 32-bit, Allegro CL 64-bit (non SMP), and Allegro CL 64-bit SMP):
/Applications/AllegroCL32.app/Contents/Resources/ /Applications/AllegroCL64.app/Contents/Resources/ /Applications/AllegroCL64SMP/
Once update.sh has completed in each location and you have updated to macOS 10.10 (you can update Allegro CL 10.0 before or after installing macOS 10.10), you will have to reinstall XQuartz (installing 10.10 apparently breaks the currently installed XQuartz). Download from http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg.
Now that Allegro CL 10.0 is updated and the new XQuartz is installed, Allegro CL should work without problem. When you start the IDE, you will be prompted to update the GTK Framework to the new working version.
Notes:
Because Allegro CL 10.0 SMP does not support the IDE, it is not necessary to have a working GTK Framework installed to use Allegro CL 10.0 SMP. If that is the only version you use, then no action is required to run on macOS 10.10. However, if you happen to need the GTK Framework for other uses and have been depending on the version supplied with Allegro CL, you can get the updated version which works with macOS 10.10 with the following steps:
$ sudo rm -fr /Library/Frameworks/Gtk.framework
https://franz.com/ftp/pub/macosx/GTK+-Framework-2.24.pkg
Finally, get and install a new XQuartz. Download from http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg.
Make sure you have downloaded patches with sys:update-allegro. The allegro image may
not start because it may needs updates installed and images
updated. In that case, start one of the non-IDE images (such
as mlisp or alisp),
evaluate (sys:update-allegro)
, exit Lisp, and run
update.sh. Once images are updated, the allegro
executable will work.
We will test the installation by starting Allegro CL from a Terminal Window. To the prompt in a Terminal Window, enter the full path of the Allegro CL executable (on installation, one of mlisp, alisp, mlisp8, and mlisp8; only alisp is provided with the Express Edition) to the shell prompt.
Assuming the Allegro is installed as described above for the dmg installation, and that you wish to run the mlisp or alisp executable, enter (replacing 64 with 32 if necessary):
/Applications/AllegroCL.app/Contents/Resources/mlisp
or
/Applications/AllegroCL64.app/Contents/Resources/mlisp
But for the SMP version,
/Applications/AllegroCL64SMP/mlisp
With the Express Edition, only alisp is provided, so do:
/Applications/AllegroCL/alisp
Allegro CL should start up. You will see the banner and perhaps additional messages, and the first prompt (the exact text depends on the platform and which image you are running, so you may see something slightly different from what is printed here):
Allegro CL Enterprise Edition 10.0 [Mac OS X] Copyright (C) 1985-2015, Franz Inc., Oakland, CA, USA. All Rights Reserved. ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the ;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). ;; Current reader case mode: :case-sensitive-lower user(1):
To the Lisp prompt user(1):
, enter some form to ensure evaluation is working, like
(* 20 30)
:
user(1): (* 20 30) 600 user(2):
You may now either
exit Allegro CL by entering :exit
(see the
top-level command :exit):
user(2): :exit
or you may continue using Allegro CL.
If you run XQuartz in Full-screen mode, it may happen that when you exit Allegro CL's IDE, the screen will go black and keys will seem not to work. This is apparently a feature of XQuartz. Avoid it by turning off Full-screen mode in the X11 Preferences. If it happens, the key sequence Command-Option-A is documented to take you out of Full-screen mode.
We no longer supply a version of Emacs on the CD. In past releases, the version on the CD quickly became out of date. Emacs is easily downloaded from multiple sources on the net. See franz.com/emacs/ for information.
There is a downloadable installer for GNU Emacs on Windows on franz.com/emacs/. That same location has links to locations from which to download Emacs for Unix platforms.
Once you have Emacs installed on your machine, you need to have it load the Emacs-Lisp interface files when it starts up. You do this by putting the appropriate form in your .emacs file, as described:
(load "c:/acl100/eli/fi-site-init")
That form assumes you installed Allegro CL in the standard location, (load "c:/acl100/eli/fi-site-init") Replace that with the correct location if it is different.
(load "/usr/local/acl100/eli/fi-site-init")
That form assumes you installed Allegro CL in the standard location, /usr/local/acl100/. Replace that with the correct location if it is different.
The page at franz.com/emacs/ has additional recommendations for the .emacs file, along with a list of convenient key bindings. See also eli.htm: this is the documentation file for the Emacs-Lisp interface.
Note: the contents of this section were updated in January, 2016 and again in May, 2016. The updates affect versions 8.2, 9.0, and 10.0.
For customers with a Professional license (or above), Allegro CL supports the Secure Socket Layer (SSL) protocol, as described in Secure Socket Layer (SSL) in socket.htm. The OpenSSL libraries are necessary to make use of this facility. Prior to a patch release in May, 2016, the Allegro CL distribution included the OpenSSL libraries for all platforms except Windows. Now, no OpenSSL libraries are included with teh Allegro CL distribution. (This allows users usually to have the latest OpenSSL version without an update to Allegro CL.)
Many linux platforms include OpenSSL as part of the regular OS installation. On such platforms, no action is typically required to use OpenSSL with Allegro CL. If your platform does not include OpenSSL libraries or if for some reason you want a different version than that supplied by the OS, get further information at openssl.org. See Secure Socket Layer (SSL) in socket.htm for further information and instructions on how to ensure Allegro CL can find the OpenSSL libraries when required.
If OpenSSL needs to be installed on macOS, the steps are as follows:
$ sudo /opt/local/bin/port install openssl +universal
Unless you already have Xcode installed, there will a popup that gives you three choices:
Select Install.
You may see a warning like
Warning: xcodebuild exists but failed to execute Warning: Xcode does not appear to be installed; most ports will likely fail to build.
That warning, if it appears, can be ignored.
When it finishes, there will be a prompt in the terminal asking
The following dependencies will be installed: zlib Continue? [Y/n]
Press Enter.
At the end it should say ---> No broken files found. and give you a Terminal prompt.
You will now have the 32 and 64-bit versions of the OpenSSL libraries, so that you can use either 32-bit Allegro CL or 64-bit Allegro CL (SMP or non-SMP).
NOTE: do not use the file openssl.exe in the Allegro CL distribution. It is out of date and has missing files.
Allegro CL comes with various add-on products, such as the CLIM windowing system and Orblink. Some require additional licenses. Others are available to all users. All material needed for these products is in the distribution. Only the license file determines whether products can be used or not. Contact your Franz Inc. Account Manager for information on licensing.
You must have a license file to use Allegro CL and its associated products. The license file is not included with the distribution.
Professional and Enterprise customers with current maintenance agreements should have received an email message from Franz Inc. with instructions on how to obtain their license file. Express Edition customers should receive such an email after providing the necessary information to Franz Inc. (usually by filling in a form on the Franz Inc. web site, franz.com).
The email sent by Franz Inc. gives an URL from which the license file can be retrieved. The email is in Mime format, with plain text and HTML versions. If you are able to read mail in a mime-enabled client, you will be able to click on the URL immediately.
You should retrieve the license as soon as you receive the email even if you have not downloaded the software. Then the license file will be ready when you install Allegro CL. The name of the file when it is put in the Allegro directory must be devel.lic. However, you may use any name when retrieving, renaming when you copy it to the Allegro directory later.
The license file is a text file which includes encrypted text. See The Allegro CL license file in startup.htm for a sample (with the encrypted text much and obviously modified).
If you upgrade your license or purchase add-on products, you will be sent email with instructions for retrieving a new license file. Placing the new license file in the Allegro directory is all you must do to use the upgraded version of the new add-on products.
If you do not have a license file or the license file you have does not seem to license the correct product mix, contact your Account Manager for information. (That link goes to the file introduction.htm. If that link does not work, call Franz Inc. in Oakland, California, at +1 510-452-2000 or send email to [email protected] or [email protected]. In email, be sure to identify yourself and provide information on how you can be contacted.)
In order to get source code (if your license allows it), you must return the source code license addendum included with the distribution. When that addendum is received, you will be sent a new license which allows installing source code. (Some sources are free to licensed customers and others are provided for an additional charge. If you have questions about getting source code, please contact your Account Manager.)
The sources available are:
To install sources, do the following:
Assuming you have the new license with the source code module included, the encrypted source files in the src/ directory should be unencrypted and expanded so the source code will be located in subdirectories of the src/ directory.
The 10.0 Free Express Edition contains the express license. Installation instructions for Windows, Linux and FreeBSD are next. Installation on macOS is the same as for all macOS versions. See Section 6.0 Installation on macOS.
Run acl100express-x86.exe (it may run automatically when you download it). The program when installed will use about 120 Mbytes. of space.
The license file included. If you have license problems, please contact us ([email protected]) for help.
You should download patches by selecting the Rebuild images (download new patches first) menu item on the Allegro CL 10.0 Express menu item on the Start menu. (Or use one of the other ways to download patches -- see sys:update-allegro).
Only the allegro.dxl image is provided. Other images can be created, as described in Section 12.3 Creating additional Express Edition images on Windows.
Note for Ubuntu users: you may may need to install an OS update. Ubuntu 11.04 (and likely later) does not contain 32bit compatability libraries and so 32-bit Allegro CL requires special action. See Section 4.2 Getting 32-bit Allegro CL to run on 64-bit Ubuntu for more information.
When installed, Allegro CL Express will use about 210 Mbytes of space.
% chmod 755 /tmp/bunzip2
For Linux: % bunzip2 < /tmp/acl82express-linux-x86.bz2 | (cd /usr/local; tar xf -) For freebsd: % bunzip2 < /tmp/acl82express-freebsd.bz2 | (cd /usr/local; tar xf -)
Installation on macOS is the same as for all macOS versions. See Section 6.0 Installation on macOS.
The Express Edition, available for Windows, FreeBSD, Linux, and macOS (for Intel processors), is provided free of charge so that potential users may gain experience using Allegro CL and some add-ons before purchasing. The Express Edition is fully described on the Franz Inc. web site (franz.com, click on the Download button to see information about Express software). That information may be updated more frequently than the information here. If there is a conflict between the information on the Web site and the information given here, the information on the Web site is correct.
CLIM and Allegro Composer are not available with Allegro CL Express.
To obtain an Express Edition, you fill out an information form on the Franz Inc. web site. Then, on Windows, you download a self-installing executable while on UNIX and UNIX-like platforms, you download a compressed file which does the installation when uncompressed. On both Windows and UNIX, the installation also obtains the license file needed to run the software (you must be connected to the internet during installation).
The Express Edition must be downloaded. The Windows version does not include the documentation (but instead links to the documentation on the Web site).
Because there were many problems with downloading license files (many associated with firewalls, proxies, and the like), we have a new license scheme: you get a license with the download and that license is good for about a year. When it expires, there will either be a new version of Express of a way to get a new license.
To use the IDE on Linux, just as on Windows, you invoke the allegro or allegro-express executable. The associated image includes the IDE and starts it when Allegro CL is started. You do this also with Allegro CL Express on Linux on x86 processors.
But in Allegro CL Professional and Enterprise, you can also start a non-IDE image (alisp or mlisp) and load the IDE and call ide:start-ide (as described in cgide.htm). This second method does not work in Allegro CL Express Edition. To use the IDE, you must use the allegro-express executable/image.
Thus, you start Allegro CL in Emacs with the Emacs function fi:common-lisp (see Running Lisp as a subprocess of Emacs in startup.htm). When you are asked for the Executable Image Name, specify allegro (for a case-sensitive, modern image) or allegro-ansi (for a case-insensitive ANSI image). The IDE will start when Allegro CL does.
To make the downloadable file as small as possible, on Windows we have only included one Allegro CL image, allegro-express.exe, one that includes the IDE and is in International "ANSI" mode (case insensitive upper, as opposed to case sensitive lower of "Modern" images).
The other images which are commonly found in an Allegro CL installation are:
mlisp | Modern base Lisp image, international (16-bit characters) |
alisp | ANSI base Lisp image, international (16-bit characters) |
allegro | Modern IDE image, international (16-bit characters) |
alisp8 | ANSI base Lisp image, 8-bit characters (not available with express) |
mlisp8 | Modern base Lisp image, 8-bit characters (not available with express) |
To build one of the available above images (the 8-bit images are unavailable) see readme.txt in the distribution directory.
The Student Edition, available for Windows, FreeBSD, Linux, and macOS (for Intel processors), is available for sale at the Franz Store. It is a slightly restricted version of the Professional Edition of Allegro CL 10.0. Certain add-ons are not supported in the base product, but are available for purchase. Sale is restricted to bona fide students. The Student Edition is fully described on the Franz Store web site. That information may be updated more frequently than the information here. If there is a conflict between the information on the Web site and the information given here, the information on the Web site is correct.
When you purchase a Student Edition, you will receive an email with information on retrieving a license (see Section 10.0 Getting a license file) and information on downloading.
To reduce the download time, the documentation is not included in the Student Edition download. The documentation is available at https://franz.com/support/documentation/. There are links on that page allowing you to download the documentation if desired. The Windows version includes standard Windows tools for accessing documentation. These automatically link to the version on the Website unless the documentation is downloaded.
Here are the installation steps for the student Edition in brief:
% ./bunzip2 < acl100student.bz2 | (cd /usr/local; tar xf -)
macOS: run the dmg file. Find the acl100student.dmg image and double click on it. It will open the dmg file and mount the disk image.
Windows: run the exe file. Double click on it if using the Windows Explorer. Execute it if at a Command Prompt or a DOS prompt. Follow the instructions that appear.
(sys:update-allegro)
. See sys:update-allegro and also
Patches and updates in
introduction.htm.
If you get an error when starting Allegro CL on Linux, it may be the SELinux problem. See Section 4.3 Allegro CL may have problems starting up when run on SELinux for more information.
Somewhat more verbose instructions are available in Section 4.0 Notes for installation of Allegro CL on UNIX (including Linux) for Linux and FreeBSD; in Section 6.0 Installation on macOS for macOS; and in Section 5.0 Installation on Windows for Windows.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 9.0 page.
Created 2019.8.20.
| Allegro CL version 10.0 Moderately revised from 9.0. 9.0 version |