You are looking at historical revision 5811 of this page. It may differ significantly from its current revision.

Introduction

This aims to provide a comprehensive listing of all platforms where Chicken is available in pre-packaged form (whether as a distribution package or a binary).

In order to enable software written using Chicken to be effectively distributed, it is important that Chicken (or at least the Chicken libraries) be included in as many of the various packaging systems as possible, so that it can always be relied on as an available dependency.

Linux

Debian Linux

Chicken 2.3 (a very old version) is officially included in the Debian 3.1 (Sarge) and 4.0 (Etch) distributions. Newer Chicken versions are available via unofficial packages, please see Debian packages.

Ubuntu Linux

The Debian packages should work on Ubuntu, too. Can anyone confirm?

Gentoo Linux

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.

Embedded Linux

OpenMoko

To install the interpreter (csi) and runtime library:

ipkg install http://chicken.wiki.br/download/chicken-scheme-interpreter_2.6_armv4t.ipk

Package maintained by john moore.

Mac OS X

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.

Fink

Fink users can type the following command in a Terminal:

 fink install chicken

This will download, compile and install the latest Chicken version.

BSD

NetBSD

For NetBSD, you can use the lang/chicken package from pkgsrc to install the latest stable release.

DragonFly BSD

For DragonFly BSD, you can use the lang/chicken package from pkgsrc to install the latest stable release.

Windows

No binaries available at this time. See the INSTALL-CMake.txt that ships with the Chicken source distribution for how to compile for Microsoft Visual Studio, MinGW, and Cygwin compilers. You can also look at Compiling Chicken on Windows XP with MinGW but these are just shortened instructions for MinGW users. INSTALL-CMake.txt contains the same information.

Other platforms/cross-platform support

pkgsrc

For many systems, you can use pkgsrc. This 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.