1CHICKEN-INSTALL(1) General Commands Manual CHICKEN-INSTALL(1)
2
3
4
6 chicken-install - download and install extension libraries for CHICKEN
7 Scheme
8
9
11 chicken-install [OPTION | EXTENSION[:VERSION]] ...
12
13
15 chicken-install is a program that downloads, compiles and installs a
16 prepackaged extension library from sources. If no extension name is
17 given on the command-line, then any existing setup scripts in the cur‐
18 rent directory will be executed in some unspecified order.
19
20
22 Enter chicken-install -help for a list of supported command-line
23 options.
24
25
27 CHICKEN_PREFIX
28 The installation prefix where CHICKEN Scheme and its support
29 files and libraries are located. Defaults to the installation
30 time prefix given when configuring the system.
31
32
33 CHICKEN_INSTALL_PREFIX
34 An alternative installation prefix that will be prepended to
35 extension installation paths if specified.
36
37
38 CHICKEN_REPOSITORY
39 The path where extension libraries are installed. Defaults to
40 the package-library path selected during configuration (usually
41 $prefix/lib/chicken/<binary-version> )
42
43
44 SUDO The command to execute when using -s flag in command. If not
45 provided, defaults to the sudo(1).
46
47
49 More information can be found in the CHICKEN User's Manual
50
51
53 Submit bug reports by e-mail to chicken-janitors@nongnu.org , pre‐
54 ferrably using the chicken-bug tool.
55
56
58 The CHICKEN Team
59
60
62 chicken-uninstall(1) chicken-status(1) chicken(1) csc(1) chicken-bug(1)
63
64
65
66 13 Aug 2008 CHICKEN-INSTALL(1)