Skip to content

Commit

Permalink
Update Beginner-Installation-Guide.md
Browse files Browse the repository at this point in the history
Point to CIs for host building tools dependencies instead of having to maintain duplicated lists
  • Loading branch information
tlaurion authored Aug 9, 2020
1 parent 6c6c7b8 commit 2081a05
Showing 1 changed file with 2 additions and 59 deletions.
61 changes: 2 additions & 59 deletions Beginner-Installation-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,65 +27,8 @@ As you read, remember that while the Thinkpad x230 has two SPI flash chips, many

Install the necessary support tools for your distribution.

On Debian or Ubuntu:

```
apt update
apt install -y \
build-essential \
zlib1g-dev uuid-dev libdigest-sha-perl \
libelf-dev \
bc \
bzip2 \
bison \
flex \
git \
gnupg \
iasl \
m4 \
nasm \
patch \
python \
wget \
gnat \
cpio \
ccache \
pkg-config \
cmake \
libusb-1.0-0-dev \
pkg-config \
texinfo \
```

On Fedora:

```
dnf update
dnf install -y \
@development-tools \
gcc-c++ gcc-gnat zlib-devel perl-Digest-MD5 perl-Digest-SHA \
uuid-devel pcsc-tools qemu ncurses-devel lbzip2 \
libuuid-devel lzma \
elfutils-libelf-devel \
bc \
bzip2 \
bison \
flex \
git \
gnupg \
iasl \
m4 \
nasm \
patch \
python \
wget \
libusb-devel \
cmake \
pv \
bsdiff \
diffutils \
texinfo
```
* [Debian or Ubuntu](https://github.com/osresearch/heads/blob/master/.circleci/config.yml#L11)
* [Fedora](https://github.com/osresearch/heads/blob/master/.gitlab-ci.yml#L19)

Install `qemu` and `qt5-devel` (for emulation and analysis with UEFITool respectively):

Expand Down

0 comments on commit 2081a05

Please sign in to comment.