Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
More details for macOS build example
  • Loading branch information
cmangla authored Nov 9, 2023
1 parent 012fc8d commit 22208dd
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 16.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=/Users/me/.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 22208dd

Please sign in to comment.