File: chicken-install.1

package info (click to toggle)
chicken 4.7.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,928 kB
  • sloc: ansic: 383,119; lisp: 60,523; sh: 301; asm: 149; makefile: 67
file content (68 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.\" dummy line
.TH CHICKEN-INSTALL 1 "13 Aug 2008"

.SH NAME

chicken-install \- download and install extension libraries for Chicken Scheme

.SH SYNOPSIS

chicken-install [OPTION | EXTENSION[:VERSION]] ...

.SH DESCRIPTION

.I chicken\-install
is a program that downloads, compiles and installs a prepackaged
extension library from sources. If no extension name is given on the
command-line, then any existing 
.B setup
scripts in the current
directory will be executed in some unspecified order.

.SH OPTIONS

Enter
.B chicken-install\ \-help
for a list of supported command-line options.

.SH ENVIRONMENT\ VARIABLES

.TP
.B CHICKEN_PREFIX
The installation prefix where CHICKEN Scheme and its support files and
libraries are located. Defaults to the installation time prefix given
when configuring the system.

.TP
.B CHICKEN_INSTALL_PREFIX
An alternative installation prefix that will be prepended to extension
installation paths if specified. 

.TP
.B CHICKEN_REPOSITORY
The path where extension libraries are installed. Defaults to the package-library
path selected during configuration (usually
.B /var/lib/chicken/<binary\-version>
)

.SH DOCUMENTATION

More information can be found in the
.I Chicken\ User's\ Manual

.SH BUGS
Submit bug reports by e-mail to
.I chicken-janitors@nongnu.org
, preferrably using the
.B chicken\-bug
tool.

.SH AUTHORS
The CHICKEN Team

.SH SEE ALSO
.BR chicken-uninstall(1)
.BR chicken-status(1)
.BR chicken(1)
.BR csc(1)
.BR chicken-bug(1)