~ chicken-core (chicken-5) e808c81032f2508f91094864ab8ebe0b096ab9d3
commit e808c81032f2508f91094864ab8ebe0b096ab9d3
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Feb 28 18:35:00 2011 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Feb 28 18:35:00 2011 +0100
added list of installed files in README
diff --git a/README b/README
index 4ab42f0d..34ac6d5b 100644
--- a/README
+++ b/README
@@ -200,6 +200,73 @@
to remove old configuration files.
+ These files will be installed under the prefix given during
+ build and installation:
+
+ <PREFIX>
+ |-- bin
+ | |-- chicken
+ | |-- chicken-bug
+ | |-- chicken-install
+ | |-- chicken-profile
+ | |-- chicken-status
+ | |-- chicken-uninstall
+ | |-- csc
+ | `-- csi
+ |-- include
+ | `-- chicken
+ | |-- chicken-config.h
+ | `-- chicken.h
+ |-- lib
+ | |-- chicken
+ | | `-- 6
+ | | |-- chicken.import.so
+ | | |-- csi.import.so
+ | | |-- data-structures.import.so
+ | | |-- extras.import.so
+ | | |-- files.import.so
+ | | |-- foreign.import.so
+ | | |-- irregex.import.so
+ | | |-- lolevel.import.so
+ | | |-- modules.db
+ | | |-- ports.import.so
+ | | |-- posix.import.so
+ | | |-- scheme.import.so
+ | | |-- setup-api.import.so
+ | | |-- setup-api.so
+ | | |-- setup-download.import.so
+ | | |-- setup-download.so
+ | | |-- srfi-1.import.so
+ | | |-- srfi-13.import.so
+ | | |-- srfi-14.import.so
+ | | |-- srfi-18.import.so
+ | | |-- srfi-4.import.so
+ | | |-- srfi-69.import.so
+ | | |-- tcp.import.so
+ | | |-- types.db
+ | | `-- utils.import.so
+ | |-- libchicken.a
+ | |-- libchicken.so -> libchicken.so.6
+ | `-- libchicken.so.6
+ `-- share
+ |-- chicken
+ | |-- doc
+ | | |-- LICENSE
+ | | |-- README
+ | | |-- manual-html
+ | | `-- *.html
+ | `-- setup.defaults
+ `-- man
+ `-- man1
+ |-- chicken-bug.1
+ |-- chicken-install.1
+ |-- chicken-profile.1
+ |-- chicken-status.1
+ |-- chicken-uninstall.1
+ |-- chicken.1
+ |-- csc.1
+ `-- csi.1
+
3. Usage
Trap