Download: Difference between revisions

From SeaBIOS
Jump to navigation Jump to search
(→‎Released versions: Note new download location)
(Update to pandoc version (quote and space differences))
Line 1: Line 1:
SeaBIOS may be distributed under the terms of the [http://www.gnu.org/licenses/lgpl-3.0-standalone.html GNU LGPLv3] license. Both source code and binaries are available.
SeaBIOS may be distributed under the terms of the [http://www.gnu.org/licenses/lgpl-3.0-standalone.html GNU LGPLv3] license. Both source code and binaries are available.


= Latest source code =
= Latest source code =


The SeaBIOS project uses the [http://git-scm.com/ git] revision control system. To download the latest source from revision control, run:
The SeaBIOS project uses the [http://git-scm.com/ git] revision control system. To download the latest source from revision control, run:


$ git clone git://git.seabios.org/seabios.git seabios
<code>$ git clone git://git.seabios.org/seabios.git seabios</code><br /><code>$ cd seabios</code>
$ cd seabios


There's also a [http://git.seabios.org/ website] to browse the latest source code online.
There's also a [http://git.seabios.org/ website] to browse the latest source code online.
Line 16: Line 15:
http://code.coreboot.org/p/seabios/downloads/
http://code.coreboot.org/p/seabios/downloads/


Please see [[Releases]] for information on each release.
Please see [[Releases|releases]] for information on each release.

Revision as of 16:27, 24 February 2015

SeaBIOS may be distributed under the terms of the GNU LGPLv3 license. Both source code and binaries are available.

Latest source code

The SeaBIOS project uses the git revision control system. To download the latest source from revision control, run:

$ git clone git://git.seabios.org/seabios.git seabios
$ cd seabios

There's also a website to browse the latest source code online.

Released versions

Released versions of the source code are available at:

http://code.coreboot.org/p/seabios/downloads/

Please see releases for information on each release.