From dd56ab8c7733557e47a89a26518a59b333c431ef Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 13 Apr 2003 19:50:35 +0000 Subject: added configure support --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit v1.3.1