Skip to content

Commit

Permalink
Merge pull request #117 from cmangla/patch-3
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
vasi authored Nov 13, 2023
2 parents 2092408 + e4b41e1 commit 200ba3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,16 @@ For example on Ubuntu 22.04:

On macOS, for example:

$ brew install autoconf automake
$ brew install autoconf automake pkg-config libtool lzo xz
$ glibtoolize --force
$ aclocal
$ autoheader
$ automake --force-missing --add-missing
$ autoconf
$ ./configure
$ make
$ ./configure --prefix=/usr/local/ \
--with-lzo=/usr/local/Cellar/lzo/2.10 \
--with-xz=/usr/local/Cellar/xz/5.4.4
$ make install

2f. Usage
---------
Expand Down

0 comments on commit 200ba3d

Please sign in to comment.