chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Chicken Playground


From: Mario Domenech Goulart
Subject: [Chicken-users] Chicken Playground
Date: 06 May 2007 19:59:27 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi folks,

I've uploaded to http://g3pd.ufpel.edu.br/chicken/playground/ a
chrooted environment to test and play with Chicken and its extensions
(Chicken Playground). Currently there's one playground, which is a
Debian Etch for i386 systems.  The environment contains the usual
basic tools for GNU/Linux systems and the following ones which can be
useful for playing with Chicken:

* darcs

* subversion

* tools required to build Chicken (autotools, cmake, C and C++
  compilers etc) lots of libraries needed to build most of eggs

* Chicken 2.613 and salmonella

Both CMake and Chicken are installed under /usr/local.  Symlinks under
/usr/bin point to the actual files.

Download:

You can download it from http://g3pd.ufpel.edu.br/chicken/playground/

How to use it:

1. Extract the archive

  tar xzvf debian-etch-i386-chroot-1.0.tar.bz2

2. Copy a working resolv.conf to the chroot environment

  cp /etc/resolv.conf ./debian-etch-i386-chroot-1.0/etc

3. As root, chroot to the newly created directory

  chroot debian-etch-i386-chroot-1.0 /bin/bash

4. Mount /proc in the chroot

  mount -t proc proc /proc

You're done!  Now you can use the chroot environment as a regular
GNU/Linux system.

Best wishes,
Mario




reply via email to

[Prev in Thread] Current Thread [Next in Thread]