mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Added information on software requirements for unpacking the archives that we
will eventually distribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c56e582143
commit
6dd90d2217
@ -111,6 +111,17 @@
|
|||||||
<h4><a name="software"><b>Software</b></a></h4>
|
<h4><a name="software"><b>Software</b></a></h4>
|
||||||
<!--=====================================================================-->
|
<!--=====================================================================-->
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
Unpacking the distribution requires the following tools:
|
||||||
|
<dl compact>
|
||||||
|
<dt>GNU Zip (gzip)
|
||||||
|
<dt>GNU Tar
|
||||||
|
<dd>
|
||||||
|
These tools are needed to uncompress and unarchive the software.
|
||||||
|
Regular Solaris <tt>tar</tt> may work for unpacking the TAR archive but
|
||||||
|
is untested.
|
||||||
|
</dl>
|
||||||
|
|
||||||
Compiling LLVM requires that you have several different software packages
|
Compiling LLVM requires that you have several different software packages
|
||||||
installed:
|
installed:
|
||||||
|
|
||||||
@ -247,10 +258,12 @@
|
|||||||
<dt>LLVMGCCDIR
|
<dt>LLVMGCCDIR
|
||||||
<dd>
|
<dd>
|
||||||
This is the pathname to the location where the LLVM C Front End will
|
This is the pathname to the location where the LLVM C Front End will
|
||||||
be installed. Note that the C front end does not need to be installed
|
be installed. Note that the C front end does not need to be installed
|
||||||
during the LLVM suite build; you will just need to know where it will
|
during the LLVM suite build; you will just need to know where it will
|
||||||
go for configuring the build system and running the test suite later.
|
go for configuring the build system and running the test suite later.
|
||||||
<p>
|
<p>
|
||||||
|
For the pre-built binaries, the LLVMGCCDIR is
|
||||||
|
<tt>cfrontend/<platform>/llvm-gcc</tt>.
|
||||||
|
|
||||||
<dt>GCCSRC
|
<dt>GCCSRC
|
||||||
<dd>
|
<dd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user