Download: Difference between revisions

From SeaBIOS
Jump to navigation Jump to search
(→‎Released versions: Fix link (include www))
(Update references to git to git.seabios.org)
Line 5: Line 5:
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.linuxtogo.org/home/kevin/seabios.git seabios
  $ git clone git://git.seabios.org/seabios.git seabios
  $ cd seabios
  $ cd seabios


There's also a [http://git.linuxtogo.org/?p=kevin/seabios.git;a=summary gitweb] facility to browse the latest source code online.
There's also a [http://git.seabios.org/ website] to browse the latest source code online.


= Released versions =
= Released versions =


Released versions of the source code along with compiled binaries of those versions are available at:
Released versions of the source code are available at:


http://www.linuxtogo.org/~kevin/SeaBIOS/
http://www.linuxtogo.org/~kevin/SeaBIOS/


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

Revision as of 02:41, 1 March 2011

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://www.linuxtogo.org/~kevin/SeaBIOS/

Please see Releases for information on each release.