Qflashrom: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
$ '''git clone <nowiki>https://git.gitorious.org/qflashrom/qflashrom.git</nowiki>''' | $ '''git clone <nowiki>https://git.gitorious.org/qflashrom/qflashrom.git</nowiki>''' | ||
== Requirements == | |||
* svn, git | |||
* Qt >= 4.7 | |||
== Building == | == Building == |
Revision as of 23:11, 14 July 2011
qflashrom is a Qt-based, cross-platform GUI for flashrom.
Status
Work in progress.
Compile-tested on Linux and Windows, Mac OS X should work, too.
Download
The source code is hosted in a git repository at gitorious.org:
$ git clone https://git.gitorious.org/qflashrom/qflashrom.git
Requirements
- svn, git
- Qt >= 4.7
Building
$ svn co svn://coreboot.org/flashrom/trunk flashrom $ cd flashrom $ git clone https://git.gitorious.org/qflashrom/qflashrom.git $ patch -p0 < qflashrom/patches/flashrom_fixes.patch $ make libflashrom.a $ cd qflashrom $ qmake $ make