Skip to content

Commit

Permalink
README: add install option for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 19, 2024
1 parent 04728a5 commit 770d514
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path> install'
To install to a fake root folder for further packaging use 'make INSTALL_ROOT=<path> install'

MacOS:
You may install from MacPorts:

$ sudo port install JuffEd

License:
JuffEd is distributed under the GNU General Public License.
Expand Down

0 comments on commit 770d514

Please sign in to comment.