1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

Complement the README file with build instructions for the platforms it currently compiles on

Corresponding to flashrom svn r453.

Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Idwer Vollering 2009-05-03 23:33:05 +00:00 committed by Peter Stuge
parent 9abf529387
commit 5e410def07

11
README
View File

@ -15,12 +15,21 @@ or SPI.
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