Changeset 35564 in project
- Timestamp:
- 06/02/18 13:06:36 (3 years ago)
- Location:
- wiki/man/5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Extension tools
r35560 r35564 59 59 repository directory, set the 60 60 {{CHICKEN_INSTALL_REPOSITORY}} and/or {{CHICKEN_REPOSITORY_PATH}} 61 environment variables and copy all files61 environment variables to the full path of the new reopsitory and copy all files 62 62 from the default repository into the new one. 63 63 … … 72 72 is the place where eggs will be installed and which the egg-related 73 73 tools like {{chicken-install}}, {{chicken-uninstall}} and 74 {{chicken-status}} consult and update. 75 74 {{chicken-status}} consult and update. Make sure the paths given in these 75 environment variables are absolute and not relative. 76 76 77 77 === Static linking -
wiki/man/5/faq
r35323 r35564 779 779 $ chicken-install -p ~/eggs/ extensionname 780 780 781 In order to make programs (including csi) see these eggs, you should set {{CHICKEN_REPOSITORY_PATH}} when you run them. See the [[Extension s#Changing repository location|Extensions/Changing repository location]] section of the manual for more information on that.781 In order to make programs (including csi) see these eggs, you should set {{CHICKEN_REPOSITORY_PATH}} when you run them. See the [[Extension tools#Changing repository location|Extension tools/Changing repository location]] section of the manual for more information on that. 782 782 783 783 Alternatively, you can call the {{repository-path}} Scheme procedure before loading the eggs, as in:
Note: See TracChangeset
for help on using the changeset viewer.