Skip to content

Commit

Permalink
Add build requirements
Browse files Browse the repository at this point in the history
I needed at least these packages. 

This list probably isn't complete, but it's a good start.
  • Loading branch information
rvanlaar authored Sep 30, 2019
1 parent 77665f8 commit 01c549d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ By default SHA512 is used. If your configuring a drive for the first time this i

## Build Process

First install the required packages to build this project, on ubuntu::
```
sudo apt install autoconf nasm
```

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 01c549d

Please sign in to comment.