We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04521f commit 3dde4b2Copy full SHA for 3dde4b2
docs/build_linux.md
@@ -5,7 +5,7 @@
5
This works on Ubuntu 20.04:
6
7
```sh
8
-sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3
+sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3 dosfstools
9
./configure
10
make -j4
11
make check
@@ -37,7 +37,7 @@ At least the following are required for building and running the regression
37
tests:
38
39
40
-sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3
+sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3 dosfstools
41
```
42
43
## Static build
0 commit comments