Skip to content

Commit

Permalink
Merge pull request #104 from chrultrabook/9l
Browse files Browse the repository at this point in the history
arch coreboot build deps
  • Loading branch information
meghan06 authored Nov 12, 2023
2 parents 0c825ee + cfce673 commit 0bc0121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiling-coreboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Building and flashing your own firmware has the potential to brick your device.

1. **Install tools and libraries needed for coreboot:**
* Debian based distros: `sudo apt-get install -y bison build-essential curl flex git gnat imagemagick libncurses5-dev m4 nasm python-is-python3 uuid-dev zlib1g-dev`
* Arch based distros: `sudo pacman -S base-devel curl git gcc-ada ncurses zlib`
* Arch based distros: `sudo pacman --needed -S base-devel curl git gcc-ada ncurses zlib nasm imagemagick`
* Redhat based distros: `sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel wget zlib-devel patch openssl libuuid-devel nasm texinfo`
2. **Clone the repository:**
* `git clone https://github.com/mrchromebox/coreboot`
Expand Down

0 comments on commit 0bc0121

Please sign in to comment.