Skip to content

Commit

Permalink
Merge pull request #123 from cmangla/patch-4
Browse files Browse the repository at this point in the history
Update README macOS example
  • Loading branch information
vasi authored Nov 22, 2023
2 parents b44be7e + f77bf2e commit d32e464
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,15 @@ you can simply move the binaries to `~/.local/bin'
2f. Example: macOS
------------------

On macOS, for example:
On macOS, for example, install macFUSE, and then:

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

2g. Usage
Expand Down

0 comments on commit d32e464

Please sign in to comment.