Difference between revisions of "Chicken"

From CBLFS
Jump to navigationJump to search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
|-
+
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://www.call-with-current-continuation.org/chicken-2.41.tar.gz
+
| http://chicken.wiki.br/releases/{{Chicken-Version}}/chicken-{{Chicken-Version}}.tar.gz
 
|}
 
|}
  
 
----
 
----
 +
 +
{{Package-Introduction|Chicken is a compiler for the Scheme programming language. Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions.|http://www.call-with-current-continuation.org/}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 13: Line 15:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
  make PLATFORM=linux PREFIX=/usr
make
 
  
 
Install the package
 
Install the package
  
  make install
+
  make PLATFORM=linux PREFIX=/usr install
  
 
== Multilib ==
 
== Multilib ==
Line 26: Line 27:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
+
  To do ...
make
 
  
 
Install the package
 
Install the package
  
  make install
+
  To do ...
  
 
=== N32 ===
 
=== N32 ===
Line 37: Line 37:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
+
  To do ...
make
 
  
 
Install the package
 
Install the package
  
  make install
+
  To do ...
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 48: Line 47:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
+
  To do ...
make
 
  
 
Install the package
 
Install the package
  
  make install
+
  To do ...
 +
 
 +
= Contents =
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| ???
 +
|-valign="top"
 +
! Installed Libraries:
 +
| ???
 +
|-valign="top"
 +
! Installed Directories:
 +
| ???
 +
|}
 +
 
 +
=== Short Descriptions ===
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! program1
 +
| ???
 +
|-valign="top"
 +
! program2
 +
| ???
 +
|-valign="top"
 +
! library1.{so,a}
 +
| ???
 +
|}
 +
 
 +
[[Category:Programming]]

Latest revision as of 16:40, 19 March 2009

Download Source: http://chicken.wiki.br/releases/4.1.0/chicken-4.1.0.tar.gz

Introduction to Chicken

Chicken is a compiler for the Scheme programming language. Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions.

Project Homepage: http://www.call-with-current-continuation.org/

Dependencies

Non-Multilib

Compile the package:

make PLATFORM=linux PREFIX=/usr

Install the package

make PLATFORM=linux PREFIX=/usr install

Multilib

32Bit

Compile the package:

To do ...

Install the package

To do ...

N32

Compile the package:

To do ...

Install the package

To do ...

64Bit

Compile the package:

To do ...

Install the package

To do ...

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{so,a} ???