summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-28 15:07:42 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-28 15:07:42 +0000
commitfc8ef6b0f2ae7203d198dfc16de0a3eee5e6a487 (patch)
treef2a33d467b50e2c6f3b388ad717bf1e56f83cff5 /README
parent9ebd94d0f7b2ce19bdcb54bc983e18d5909f6f2b (diff)
downloadflashrom-fc8ef6b0f2ae7203d198dfc16de0a3eee5e6a487.tar.gz
Random flashrom updates:
- Add explicit installation instructions in the README. - Code cleanups, coding style fixes, drop dead code. - Drop duplicate board listings from -L output (some boards were explicitly recorded in boards_ok[] _and_ implicitly via the board-enables table. - Add MS-xxxx numbers to MSI boards where we can find that info. - Fix typo, "K8T Neo2" should have been "K8T Neo2-F" actually, at least according to the comment of w83627thf_gpio4_4_raise_2e() which says "Suited for: MSI K8T Neo2-F". Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@554 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index 7df2f5e..81e51cb 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ or SPI.
(see http://coreboot.org for details on coreboot)
-Build Requirements
+Build Instructions
------------------
To build flashrom you need to install the following packages or ports:
@@ -55,6 +55,18 @@ To compile and run on Darwin/Mac OS X:
DirectIO is available at http://www.coresystems.de/en/directio.
+Installation
+------------
+
+In order to install flashrom and the manpage into /usr/local, type:
+
+ sudo make install
+
+For installation in a different directory use DESTDIR, e.g. like this:
+
+ sudo make DESTDIR=/usr install
+
+
Usage / Options
---------------