Changeset 12226 in project
- Timestamp:
- 10/21/08 19:01:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/index
r12175 r12226 10 10 Just enter 11 11 12 $ chicken-setup EXTENSIONNAME 13 14 This will download anything needed to compile and install the library. If your extension ''repository'' is placed at a location for which you don't have write permissions, then run {{chicken-setup}} as root. You can obtain the repository location by running 15 16 $ chicken-setup -repository 12 $ chicken-install EXTENSIONNAME 13 14 This will download anything needed to compile and install the library. If your extension ''repository'' is placed at a location for which you don't have write permissions, then run {{chicken-setup}} as root. 17 15 18 16 If you only want to download the extension and install it later, pass the {{-fetch}} option to {{chicken-setup}}: 19 17 20 $ chicken- setup -fetchEXTENSIONNAME18 $ chicken-install -retrieve EXTENSIONNAME 21 19 22 20 By default the archive will be unpacked into a temporary directory (named {{EXTENSIONNAME.egg-dir}} and the directory will be removed if the installation completed successfully. To keep the extracted files add {{-keep}} to the options passed to {{chicken-setup}}. … … 24 22 For more information, enter 25 23 26 $ chicken- setup-help24 $ chicken-install -help 27 25 28 26 If you would like to access the subversion repository, see [[eggs tutorial]].
Note: See TracChangeset
for help on using the changeset viewer.