aboutsummaryrefslogtreecommitdiff
path: root/docs/git/index.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:29:23 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:29:23 -0700
commit62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab (patch)
treec1e770329be2715a674c8bbfc026a17050bcf86a /docs/git/index.md
parent1eb5130a1c70a7238548d977e9c6f371c007eed7 (diff)
downloadlibrebootfr-62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab.tar.gz
librebootfr-62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab.zip
Squeeze blank
Diffstat (limited to 'docs/git/index.md')
-rw-r--r--docs/git/index.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/git/index.md b/docs/git/index.md
index 306d5a6e..7f765d22 100644
--- a/docs/git/index.md
+++ b/docs/git/index.md
@@ -3,15 +3,12 @@ Depthcharge is currently not documented, since it is in the new build
system. Instructions for how to build boards that have depthcharge are
included in the BUILD\_HOWTO file in libreboot.git or \_src.
-
-
Building libreboot from source
==============================
This section relates to building libreboot from source, and working with
the git repository.
-
- [Install build dependencies](#build_dependencies)
- [Get the full source code from metadata (git clone)](#build_meta)
- [How to build "bucts" (for LenovoBIOS
@@ -19,8 +16,6 @@ the git repository.
- [How to build "flashrom"](#build_flashrom)
- [How to build the ROM images](#build)
-
-
Install build dependencies {#build_dependencies}
==========================
@@ -30,7 +25,6 @@ libreboot\_src.tar.xz or git. **If you are using libreboot\_util.tar.xz
(binary archive) then you can ignore this, because ROM images and
statically compiled executables for the utilities are included.**
-
For Debian Stretch (may also work on Debian Jessie), you can run the
following command:
@@ -44,12 +38,8 @@ or:
# **./oldbuild dependencies parabola**
-
For other GNU+Linux distributions, you can adapt the existing scripts.
-
-
-
Get the full source code from metadata (git clone) {#build_meta}
==================================================
@@ -93,8 +83,6 @@ To build the ROM images, see [#build](#build).
[Back to top of page.](#pagetop)
-
-
How to build "bucts" (for LenovoBIOS X60/X60S/X60T/T60) {#build_bucts}
=========================================================
@@ -155,8 +143,6 @@ builddeps-bucts.
[Back to top of page.](#pagetop)
-
-
How to build "flashrom" {#build_flashrom}
=========================
@@ -201,8 +187,6 @@ builddeps-flashrom.
[Back to top of page.](#pagetop)
-
-
How to build the ROM images {#build}
===========================
@@ -254,7 +238,6 @@ The ROM images will be stored under **bin/*payload*/**, where *payload*
could be *grub*, *seabios*, or whatever other payload those images were
built for.
-
Preparing release archives (optional)
-------------------------------------
@@ -352,10 +335,6 @@ libreboot\_src.tar.xz have been created, under
The ROM images will be stored in separate archives for each system,
under **release/oldbuildsystem/rom/**.
-
-
-
-
Copyright © 2014, 2015, 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document