.\" dummy line .TH CHICKEN-SETUP 1 "25 Jan 2004" .SH NAME chicken-setup - script to build and install extension libraries for the .I CHICKEN Scheme system. .SH SYNOPSIS .B chicken-setup [ .I option ] [ .I extension ] [ .I mode ] .SH DESCRIPTION .I chicken\-setup is a Scheme script that compiles and installs a prepackaged extension library. .SH OPTIONS .TP .B \-help Show usage information and exit. .TP .B \-version Display version and exit. .TP .B \-init Initializes the extension registry. This will erase all existing information about already installed extensions. .SH MODES .TP .B \-install Installs the extension library. This will build the extension if necessary. .TP .B \-build Build the extension by compiling any provided source files. .TP .B \-wrap Creates a packaged archive from source files. .TP .B \-uninstall Uninstalls a currently installed extension and removes it's entry from the extension registry. .SH DOCUMENTATION More information can be found in the .I Chicken\ Manual which is provided in HTML format as .B manual\.html in the distribution. .SH BUGS Submit bug reports by e-mail to .I felix@call-with-current-continuation.org .SH AUTHOR .I csc was written by Felix Winkelmann (felix@call-with-current-continuation.org). .SH SEE ALSO .BR chicken(1) .BR chicken-config(1) .BR csc(1)