summaryrefslogtreecommitdiff
path: root/README.QUICK
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-23 15:37:15 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-23 15:37:15 +0400
commit3d75c51a25468521878b08ef6e1713f3616f0bd1 (patch)
treeac9ef4cf610eedeaf18503d605c18961a892d844 /README.QUICK
parentc2e41518bab5adbfa706b1d2daee56a2603f6b7e (diff)
downloadbdwgc-3d75c51a25468521878b08ef6e1713f3616f0bd1.tar.gz
Move README and README.contributors to the project base directory.
Rename README.contributors to AUTHORS. * doc/README: Move to the base folder. * doc/README.contributors: Ditto. * doc/README.contributors: Rename to AUTHORS. * Makefile.direct (DOC_FILES): Rename doc/README to README; rename doc/README.contributors to AUTHORS. * Makefile.dj (OTHER_FILES): Ditto. * README.QUICK: Ditto. * doc/doc.am (dist_pkgdata_DATA): Ditto. * include/gc_version.h: Ditto. * Makefile.dj (OTHER_FILES): Wrap long lines. * README.QUICK: Fix gc_version.h name. * doc/doc.am (dist_pkgdata_DATA): Sort entries alphabetically. * doc/doc.am: Expand all tabs to spaces.
Diffstat (limited to 'README.QUICK')
-rw-r--r--README.QUICK12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.QUICK b/README.QUICK
index 26204cee..30e67245 100644
--- a/README.QUICK
+++ b/README.QUICK
@@ -18,11 +18,11 @@ that appears not to significantly restrict use of the collector, though
use of those files for a purpose other than building the collector may
require the resulting code to be covered by the GPL.
-For more details and the names of other contributors, see the
-doc/README* files and include/gc.h. This file describes typical use of
-the collector on a machine that is already supported.
+For more details and the names of other contributors, see the README,
+doc/README.*, AUTHORS and include/gc.h files. These files describe typical
+use of the collector on a machine that is already supported.
-For the version number, see doc/README or version.h.
+For the version number, see README or include/gc_version.h files.
INSTALLATION:
Under UN*X, Linux:
@@ -40,7 +40,7 @@ Under Windows 95, 98, Me, NT, or 2000:
copy the appropriate makefile to MAKEFILE, read it, and type "nmake test".
(Under Windows, this assumes you have Microsoft command-line tools
installed, and suitably configured.)
-Read the machine specific README in the doc directory if one exists.
+Read the machine specific README.XXX in the doc directory if one exists.
If you need thread support, you will need to follow the special
platform-dependent instructions (win32), or define GC_THREADS
@@ -71,7 +71,7 @@ Define GC_DEBUG before including gc.h for additional checking.
More documentation on the collector interface can be found at
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html,
-in doc/README and other files in the doc directory, and in include/gc.h .
+in README and other files in the doc directory, and in include/gc.h file.
WARNINGS: