Parent Directories
Directory beguiled
This directory contains BEGUILED. This file has the following sections:
description, obtaining and installation.
=============
Description
=============
BEGUILED stands for background environment guile daemon. It is a threaded
guile repl server. Ultimately, repl instances [will] be managed using
out-of-band control protocols, allowing background operation.
If your machine is running inetd, it should also be running beguiled.
===========
Obtaining
===========
You can get the latest copy (and the file you're looking at) from:
http://www.gnuvola.org/software/beguiled/
==============
Installation
==============
(1) Unpack the distribution tarball. (If you grab "latest", use that
name instead.) The created subdirectory will always have a version
number.
$ gzip -dc beguiled-X.Y.tar.gz | tar xf -
(2) Configure and make.
$ cd beguiled-X.Y
$ ./configure # default prefix is /usr/local
$ make
Before doing step (3), if you want to test run BEGUILED from the
current directory, you need to define (and export) the environment
variable BEGUILED_PREINSTALL (value can be anything).
(3) Install. This process copies thud and relevant runtime files to
PREFIX/bin and PREFIX/share/thud, respectively.
$ make install
At this point, BEGUILED is installed and you can run it from anywhere
(as long as the executable PREFIX/bin is in your path). The build tree
is free to return to chaos.
==================
README ends here