exorcism
parent
8c5b99cea4
commit
8d8642db1a
|
@ -54,7 +54,7 @@ much more flexibility; for example, the Makefile currently cannot build single
|
|||
ROM images (it just builds all of them, for all boards).
|
||||
|
||||
You must ensure that all build dependencies are installed. If you're running
|
||||
Ubuntu or similar distribution (Debian, Trisquel, etc) you can do this:
|
||||
Ubuntu or similar distribution (Debian, Arch, etc) you can do this:
|
||||
|
||||
sudo make install-dependencies-ubuntu
|
||||
|
||||
|
@ -111,8 +111,7 @@ First, install build dependencies
|
|||
---------------------------------
|
||||
|
||||
libreboot includes a script that automatically installs apt-get dependencies
|
||||
in Ubuntu 20.04. It works well in other apt-get distros (such as Trisquel and
|
||||
Debian):
|
||||
in Ubuntu 20.04:
|
||||
|
||||
sudo ./build dependencies ubuntu2004
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ libreboot Make включає файл, який названо `Makefile`. Ви
|
|||
образ ROM (він лише будує всі з них, для всіх плат).
|
||||
|
||||
Ви мусите переконатись, що всі залежності побудови встановлено. Якщо ви використовуєте
|
||||
Ubuntu або подібний дистрибутив (Debian, Trisquel і тому подібні), можете виконати це:
|
||||
Ubuntu або подібний дистрибутив (Debian, Arch і тому подібні), можете виконати це:
|
||||
|
||||
sudo make install-dependencies-ubuntu
|
||||
|
||||
|
@ -111,8 +111,7 @@ libreboot. Якщо ви тільки хочете побудувати обме
|
|||
---------------------------------
|
||||
|
||||
libreboot включає сценарій, який автоматично встановлює apt-get залежності
|
||||
в Ubuntu 20.04. Він працює добре в інших дистрибутивах apt-get (таких як Trisquel та
|
||||
Debian):
|
||||
в Ubuntu 20.04:
|
||||
|
||||
sudo ./build dependencies ubuntu2004
|
||||
|
||||
|
|
|
@ -274,7 +274,7 @@ The keyboard has a keypad enter instead of an AltGr. The first key on
|
|||
the right side of the spacebar is the Apple "command" key. On its
|
||||
right is the keypad enter. We can make it act as an AltGr.
|
||||
|
||||
If your operating system is Trisquel or other dpkg-based distribution,
|
||||
If your operating system is Debian or other dpkg-based distribution,
|
||||
there is an easy solution. Under root (or sudo) run
|
||||
|
||||
dpkg-reconfigure keyboard-configuration
|
||||
|
|
|
@ -45,7 +45,7 @@ these nuances, when working on *libreboot*.
|
|||
What is lbmk?
|
||||
==============
|
||||
|
||||
In the same way that Trisquel and Debian are GNU+Linux distributions, Libreboot
|
||||
In the same way that that *Alpine Linux* is a *Linux distribution*, Libreboot
|
||||
is a **coreboot distribution**. The `lbmk` build system *is* that distro,
|
||||
providing the glue necessary to integrate coreboot plus anything else that's
|
||||
needed, unifying everything in a completely automated and pre-configured
|
||||
|
@ -120,7 +120,7 @@ for users, in a completely automated fashion. The purpose of `lbmk` is to
|
|||
provide an *unattended* build process, with as little user interaction as
|
||||
possible. Thus, `lbmk` is an *automated build system*. It says on the libreboot
|
||||
home page that libreboot is a *coreboot distribution* in much the same way that
|
||||
Trisquel is a *GNU+Linux distribution*, and `lbmk` is what implements that!
|
||||
Debian is a *GNU+Linux distribution*, and `lbmk` is what implements that!
|
||||
|
||||
Continue reading, and you will learn of each file contained in `lbmk`. This
|
||||
document largely pertains to the version of `lbmk` as hosted in `lbmk.git`,
|
||||
|
@ -918,8 +918,6 @@ resources/scripts/build/dependencies/ubuntu2004
|
|||
Using `apt-get`, this installs build dependencies for Ubuntu 20.04 (for later
|
||||
versions, you might use the Debian script).
|
||||
|
||||
This script should also work with Trisquel 9 and 10.
|
||||
|
||||
Command: `./build dependencies ubuntu2004`
|
||||
|
||||
resources/scripts/build/dependencies/void
|
||||
|
|
Loading…
Reference in New Issue