Author: stuge Date: 2009-05-04 01:33:05 +0200 (Mon, 04 May 2009) New Revision: 453
Modified: trunk/README Log: Complement the README file with build instructions for the platforms it currently compiles on. Signed-off-by: Idwer Vollering <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/README =================================================================== --- trunk/README 2009-05-01 16:34:32 UTC (rev 452) +++ trunk/README 2009-05-03 23:33:05 UTC (rev 453) @@ -15,12 +15,21 @@ Build Requirements ------------------ -To build the flashrom utility you need to install the following packages: +To build the flashrom utility you need to install the following packages or +ports: +Linux et al: * pciutils * pciutils-devel / pciutils-dev / libpci-dev * zlib-devel / zlib1g-dev +On FreeBSD, you need the following ports: +* devel/gmake +* devel/libpci + +To compile on FreeBSD, use the command below: +gmake + To compile on Solaris, use the commands below: gmake LDFLAGS="-L$pathtolibpci -lpci -lz" CC="gcc -I$pathtopciheaders" CFLAGS=-O2 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

