aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbellard <bellard>2003-04-13 19:50:35 +0000
committerbellard <bellard>2003-04-13 19:50:35 +0000
commitdd56ab8c7733557e47a89a26518a59b333c431ef (patch)
tree8a02006018fa9fb028ab8b288b8ce703ea20386c /README
parent5647993e79e4dc8ab3e976e9817c48a20e2fa5eb (diff)
downloadtinycc-dd56ab8c7733557e47a89a26518a59b333c431ef.tar.gz
tinycc-dd56ab8c7733557e47a89a26518a59b333c431ef.tar.bz2
added configure support
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index dd1581b..9880d88 100644
--- a/README
+++ b/README
@@ -32,13 +32,14 @@ Documentation:
*** TCC currently only works on Linux x86 with glibc >= 2.1 ***.
-Type 'make install' to compile and install tcc in /usr/local/bin and
-/usr/local/lib/tcc.
+ ./configure
+ make
+ make test
+ make install
-Or type 'make all' to only compile it.
+By default, tcc is installed in /usr/local/bin.
+./configure --help shows configuration options.
-Type 'make libinstall' to compile and install libtcc.
-Or type 'make libtcc_test' to only compile it.
2) Introduction