You are looking at historical revision 6293 of this page. It may differ significantly from its current revision.
Package Installation
dpkg
(To Do)
Fink
Fink users can type the following command in a Terminal:
fink install chicken
This will download, compile and install the latest CHICKEN version.
MacPorts
If you're using MacPorts, installation is very simple. Open the Terminal application and type the following:
sudo port install chicken
This will download, compile and install the latest CHICKEN version.
The MacPorts package is maintained by Arto Bendiken.
pkgsrc
Users of pkgsrc can use the lang/chicken package from pkgsrc.org to install the latest stable release.
pkgsrc is a cross-platform packaging system, which works most modern Unix-like operating systems and even on Windows (using Interix/Services for Unix or Cygwin). See this table for the full list of supported platforms.
Portage
Gentoo users can install chicken the normal way:
emerge -auv chicken
This will download, compile and install the latest version of CHICKEN (if it is not already installed).
CHICKEN's Portage ebuild is maintained by Marijn Schouten.
RPM
Chicken does not current have an RPM package.
Manual Installation
(To Do)