diff options
author | Leah Rowe <info@minifree.org> | 2017-04-04 00:39:08 +0200 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-04 00:39:08 +0200 |
commit | c7908aa7fe8e7cc9b00409bd7c93c58c0e6d1261 (patch) | |
tree | 9c76f68bc63b7a9fed0c22e4ffdcc2f14be0ee69 /docs/git | |
parent | 3d08f096b8ff9857fc066e15d318dcf145807343 (diff) | |
parent | cb8d13228f7dcb58f7e891dfd57493209ecc5518 (diff) | |
download | librebootfr-c7908aa7fe8e7cc9b00409bd7c93c58c0e6d1261.tar.gz librebootfr-c7908aa7fe8e7cc9b00409bd7c93c58c0e6d1261.zip |
Merge branch 'www/template' of vimuser/libreboot into master
Diffstat (limited to 'docs/git')
-rw-r--r-- | docs/git/index.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/git/index.md b/docs/git/index.md index 65755138..8581c526 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 @@ -20,8 +17,6 @@ the git repository. - [How to build "flashrom"](#build_flashrom) - [How to build the ROM images](#build) - - Install build dependencies {#build_dependencies} ========================== @@ -31,7 +26,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: $ sudo ./oldbuild dependencies debian @@ -42,13 +36,10 @@ For Parabola, you can run the following command: or: # ./oldbuild dependencies parabola - For other GNU+Linux distributions, you can adapt the existing scripts. [Back to top of page](#pagetop) - - Get the full source code from metadata (git clone) {#build_meta} ================================================== @@ -90,10 +81,6 @@ them. Read the script in a text editor to learn more. 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} ========================================================= @@ -151,10 +138,6 @@ To statically compile it, do this: The "builddeps" script in libreboot\_src also makes use of builddeps-bucts. -[Back to top of page.](#pagetop) - - - How to build "flashrom" {#build_flashrom} ========================= @@ -196,10 +179,6 @@ executables: The "builddeps" script in libreboot\_src also makes use of builddeps-flashrom. -[Back to top of page.](#pagetop) - - - How to build the ROM images {#build} =========================== @@ -251,7 +230,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) ------------------------------------- @@ -349,11 +327,8 @@ libreboot\_src.tar.xz have been created, under The ROM images will be stored in separate archives for each system, under **release/oldbuildsystem/rom/**. - [Back to top of page](#pagetop) - - Copyright © 2014, 2015, 2016 Leah Rowe <info@minifree.org>\ Permission is granted to copy, distribute and/or modify this document under the terms of the Creative Commons Attribution-ShareAlike 4.0 |