From 5e410def076c1e5fe0c1faed25f35f6943be5d0e Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Sun, 3 May 2009 23:33:05 +0000 Subject: Complement the README file with build instructions for the platforms it currently compiles on Corresponding to flashrom svn r453. Signed-off-by: Idwer Vollering Acked-by: Peter Stuge --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index b9a253a..95397b2 100644 --- a/README +++ b/README @@ -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 -- cgit v1.1