mirror of https://github.com/acidanthera/audk.git
17 lines
504 B
Plaintext
17 lines
504 B
Plaintext
|
You may run these scripts to build a Tiano Cross compiler. They have been
|
||
|
tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to
|
||
|
make them work on your system. You may need to install additional tools on your
|
||
|
system to make the scripts work.
|
||
|
|
||
|
You will need
|
||
|
|
||
|
A recent version of gcc that is able to produce executables for the machine
|
||
|
that you want to run this compiler on (the host machine).
|
||
|
wget or curl
|
||
|
tar
|
||
|
bzip
|
||
|
gzip
|
||
|
bash
|
||
|
and possibly others
|
||
|
|