From f77bf2e51c0b0cae1e70aef37919f37c7fd4ee37 Mon Sep 17 00:00:00 2001 From: "C. Mangla" Date: Tue, 21 Nov 2023 09:19:16 +0000 Subject: [PATCH] Update README macOS example --- README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README b/README index 97637b2..a13545e 100644 --- a/README +++ b/README @@ -129,17 +129,15 @@ For example on Ubuntu 22.04: 2e. 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 2f. Usage