diff options
author | Idwer Vollering <vidwer@gmail.com> | 2009-05-03 23:33:05 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-05-03 23:33:05 +0000 |
commit | d8a8c885b4879768562a927d770ad8ce06fd03a7 (patch) | |
tree | 4089485c343e4354179ce5d9109fba3d2b79c6ec /README | |
parent | 359b4873d87e3b4f2bce39e562bbd717d6e6d37e (diff) | |
download | flashrom-d8a8c885b4879768562a927d770ad8ce06fd03a7.zip flashrom-d8a8c885b4879768562a927d770ad8ce06fd03a7.tar.gz |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |