From 9a443f6c06b03c6baeee6a319d913b2bc2f436c7 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 11 Jul 2009 10:17:06 +0000 Subject: [PATCH] Added yasm and cdrtools to list of dependencies. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31516 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe.cross-compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.cross-compile b/ReadMe.cross-compile index 0bb815f823..512468eaed 100644 --- a/ReadMe.cross-compile +++ b/ReadMe.cross-compile @@ -24,6 +24,7 @@ Haiku's build system itself: * makeinfo (part of texinfo, needed for building gcc 4 only) * autoheader (part of autoconf, needed for building gcc) * gawk + * yasm (http://www.tortall.net/projects/yasm/wiki/Download) Whether they are installed can be tested for instance by running them in the 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 * libiconv * gnuregex - + * cdrtools (for mkisofs used to create the bootable CD-ROM image) Building Jam ============