Skip to content

Commit

Permalink
Include the whole list of packages.
Browse files Browse the repository at this point in the history
Including a small note about issue ladar#2, not being able to build on newer
ubuntu versions.
  • Loading branch information
rvanlaar committed Sep 30, 2019
1 parent 01c549d commit 4aa0ab8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ By default SHA512 is used. If your configuring a drive for the first time this i

First install the required packages to build this project, on ubuntu::
```
sudo apt install autoconf nasm
sudo apt install autoconf bc build-essential git nasm python rsync unzip
```

Note::

```
There are compile problems on ubuntu > 18.04. See https://github.com/ladar/sedutil/issues/2
```

To compile your own version of `sedutil` you will need the standard development tools, an internet connection, and ~10 GB of disk space. Provided those requirements are met, you can simply run the following command:
Expand Down

0 comments on commit 4aa0ab8

Please sign in to comment.