From 770d5144f96c74252725dac3839416c6223a4ee9 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Tue, 20 Aug 2024 05:06:41 +0800 Subject: [PATCH] README: add install option for macOS --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 04f5d782..eaa442cc 100644 --- a/README +++ b/README @@ -21,8 +21,12 @@ Building and Installation: $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release $ make $ sudo make install -To install to a fake root folder for further packaging use 'make INSTALL_ROOT= install' + To install to a fake root folder for further packaging use 'make INSTALL_ROOT= install' + MacOS: + You may install from MacPorts: + + $ sudo port install JuffEd License: JuffEd is distributed under the GNU General Public License.