Download: Difference between revisions
Jump to navigation
Jump to search
(Use more secure HTTPS URLs where possible) |
(Update download file link) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
The SeaBIOS project uses the [https://git-scm.com/ git] revision control system. To download the latest source from revision control, run: | The SeaBIOS project uses the [https://git-scm.com/ git] revision control system. To download the latest source from revision control, run: | ||
<pre>$ git clone | <pre>$ git clone https://git.seabios.org/seabios.git | ||
$ cd seabios</pre> | $ cd seabios</pre> | ||
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 13: | Line 13: | ||
Released versions of the source code are available at: | Released versions of the source code are available at: | ||
https:// | https://www.seabios.org/downloads/ | ||
Please see [[Releases|releases]] for information on each release. | Please see [[Releases|releases]] for information on each release. |
Latest revision as of 12:31, 9 August 2018
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 https://git.seabios.org/seabios.git $ 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:
https://www.seabios.org/downloads/
Please see releases for information on each release.