Added yasm and cdrtools to list of dependencies.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31516 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2009-07-11 10:17:06 +00:00
parent 37e2eea0d8
commit 9a443f6c06
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Haiku's build system itself:
* makeinfo (part of texinfo, needed for building gcc 4 only) * makeinfo (part of texinfo, needed for building gcc 4 only)
* autoheader (part of autoconf, needed for building gcc) * autoheader (part of autoconf, needed for building gcc)
* gawk * gawk
* yasm (http://www.tortall.net/projects/yasm/wiki/Download)
Whether they are installed can be tested for instance by running them in the Whether they are installed can be tested for instance by running them in the
shell with the "--version" parameter. shell with the "--version" parameter.
@ -36,7 +37,7 @@ On Mac OS X a case-sensitive file system is required for the Haiku tree
* gettext * gettext
* libiconv * libiconv
* gnuregex * gnuregex
* cdrtools (for mkisofs used to create the bootable CD-ROM image)
Building Jam Building Jam
============ ============