Skip to content

Commit

Permalink
Merge pull request #119 from vasi/update-example
Browse files Browse the repository at this point in the history
update ubuntu build example
  • Loading branch information
vasi authored Nov 9, 2023
2 parents 807e762 + 67b7f3a commit 6835845
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,16 @@ detailed instructions:
2d. Example: Ubuntu
-------------------

For example on Ubuntu 16.04:
For example on Ubuntu 22.04:

$ sudo apt-get -y install git autoconf libtool \
make gcc libtool libfuse-dev liblzma-dev
$ libtoolize --force
$ aclocal
$ autoheader
$ automake --force-missing --add-missing
$ autoconf
$ ./configure --with-xz=/usr/lib/
$ make
$ sudo apt install pkg-config liblzma-dev libfuse3-dev \
automake autoconf libtool fio \
zlib1g-dev liblzo2-dev liblzma-dev liblz4-dev libzstd-dev
$ ./autogen.sh
$ ./configure
$ make -j4
$ make check
$ sudo make install

2e. Example: macOS
------------------
Expand Down

0 comments on commit 6835845

Please sign in to comment.