mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-06 06:40:07 +08:00
Update README,add x86_64/arm,FreeBSD/OSX etc.
Change make to gmake because make will not be gnu make in some OS like FreeBSD
This commit is contained in:
parent
c68af2db9d
commit
0de6fe6c41
15
README
15
README
@ -28,12 +28,12 @@ Features:
|
|||||||
Documentation:
|
Documentation:
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
1) Installation on a i386 Linux host (for Windows read tcc-win32.txt)
|
1) Installation on a i386/x86_64/arm Linux/OSX/FreeBSD host (for Windows read tcc-win32.txt)
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
gmake
|
||||||
make test
|
gmake test
|
||||||
make install
|
gmake install
|
||||||
|
|
||||||
Alternatively, out-of-tree builds are supported: you may use different
|
Alternatively, out-of-tree builds are supported: you may use different
|
||||||
directories to hold build objects, kept separate from your source tree:
|
directories to hold build objects, kept separate from your source tree:
|
||||||
@ -41,10 +41,11 @@ directories to hold build objects, kept separate from your source tree:
|
|||||||
mkdir _build
|
mkdir _build
|
||||||
cd _build
|
cd _build
|
||||||
../configure
|
../configure
|
||||||
make
|
gmake
|
||||||
make test
|
gmake test
|
||||||
make install
|
gmake install
|
||||||
|
|
||||||
|
Texi2html must be installed to compile the doc.
|
||||||
By default, tcc is installed in /usr/local/bin.
|
By default, tcc is installed in /usr/local/bin.
|
||||||
./configure --help shows configuration options.
|
./configure --help shows configuration options.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user