From ad28a0ec7a7e2eb0e8abd729e895cfb29047a09f Mon Sep 17 00:00:00 2001 From: "C. Mangla" Date: Sun, 29 Oct 2023 10:10:23 +0000 Subject: [PATCH] Add macOS build example to README --- README | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/README b/README index 06bf3c4..7271879 100644 --- a/README +++ b/README @@ -116,17 +116,31 @@ detailed instructions: For example on Ubuntu 16.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 - - -2e. Usage + $ 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 + +2e. Example: macOS +------------------ + +On macOS, for example: + + $ brew install autoconf automake + $ glibtoolize --force + $ aclocal + $ autoheader + $ automake --force-missing --add-missing + $ autoconf + $ ./configure + $ make + +2f. Usage --------- You'll need a SquashFS archive to use squashfuse. If you don't already have one, you can create one using the `mksquashfs' utility from the squashfs-tools