summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 0ead1ee..43e6c3b 100644
--- a/README
+++ b/README
@@ -35,6 +35,16 @@ Documentation:
make test
make install
+Alternatively, out-of-tree builds are supported: you may use different
+directories to hold build objects, kept separate from your source tree:
+
+ mkdir _build
+ cd _build
+ ../configure
+ make
+ make test
+ make install
+
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration options.