Skip to content

Commit

Permalink
fix example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vasi committed Nov 9, 2023
1 parent 6835845 commit bed16d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ detailed instructions:

For example on Ubuntu 22.04:

$ sudo apt install pkg-config liblzma-dev libfuse3-dev \
automake autoconf libtool fio \
zlib1g-dev liblzo2-dev liblzma-dev liblz4-dev libzstd-dev
$ sudo apt install gcc make pkg-config libfuse3-dev \
zlib1g-dev liblzo2-dev liblzma-dev liblz4-dev libzstd-dev \
automake autoconf libtool \
fuse3 fio squashfs-tools
$ ./autogen.sh
$ ./configure
$ make -j4
Expand Down

0 comments on commit bed16d0

Please sign in to comment.