Line | |
---|
1 | [[tags:debian]] |
---|
2 | |
---|
3 | == Introduction |
---|
4 | |
---|
5 | Debian packages for Chicken 3.0.0 are now available. Please note that |
---|
6 | these packages are not affiliated with the official Debian |
---|
7 | distribution. Email [[Ivan Raikov]] with questions and suggestions |
---|
8 | about the Debian Chicken packages. |
---|
9 | |
---|
10 | == How to install Chicken 3.0.0 for Debian etch |
---|
11 | |
---|
12 | Add the following to your {{/etc/apt/sources.list}}: |
---|
13 | |
---|
14 | deb http://chicken.wiki.br/debian stable main |
---|
15 | |
---|
16 | Then install Chicken as follows: |
---|
17 | |
---|
18 | apt-get update |
---|
19 | apt-get install chicken-bin |
---|
20 | |
---|
21 | |
---|
22 | == Chicken 2.6 debian packages for i386 and AMD64 |
---|
23 | |
---|
24 | [[http://www.ventonegro.org/chicken/]] (kindly made available by Alex Queiroz) |
---|
25 | |
---|
26 | Install: |
---|
27 | wget -rl1 -Adeb -nd http://www.ventonegro.org/chicken/ |
---|
28 | sudo apt-get install libffi4 |
---|
29 | sudo dpkg -i *deb |
---|
30 | |
---|
31 | [[http://www.call-with-current-continuation.org/chicken_2.6_i386.deb]] (by Michael |
---|
32 | McDermott) |
---|
Note: See
TracBrowser
for help on using the repository browser.