summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 11:39:04 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 11:39:04 +0000
commit8a86af0206bf4ddba14ec1106f7ecd4daaf65628 (patch)
tree98258d9b6b0203422ec3a64d85ea8dff40646173 /doc
parentab65c8b709299d690032710cfd704662a9d2dd3b (diff)
Added a note about how to make the -clean, etc, targets work.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1931 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/README.NT4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.NT b/doc/README.NT
index 6fe82742..fa056a23 100644
--- a/doc/README.NT
+++ b/doc/README.NT
@@ -12,6 +12,10 @@ it contains no names containing un-escaped spaces - these would
confuse the autoconf program. Failure to do this will result in
bizarre errors in the dependency generation.
+Additionally, if you want the -clean, -realclean, and -cleandeps
+targets to work, you need to make sure that the GNU find comes before
+the microsoft find in your path.
+
In principle now all you need to do is start bash, checkout the CCTK,
and run make.