From 2b195283e41af2040da43c6655fc141844e6fc02 Mon Sep 17 00:00:00 2001 From: Pablo Gil Date: Mon, 21 Nov 2022 09:48:51 +0100 Subject: [PATCH] added macOS instructions --- docs/packaging/Packaging using CMake.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/packaging/Packaging using CMake.rst b/docs/packaging/Packaging using CMake.rst index 9af1158..f4e9918 100644 --- a/docs/packaging/Packaging using CMake.rst +++ b/docs/packaging/Packaging using CMake.rst @@ -31,9 +31,18 @@ A *.deb* package for Synfig can be made by using the following code. Windows ------- -A *.exe* installer for synfig can be made by using the following code. +A *.exe* installer for Synfig can be made by using the following code. .. code:: bash $ cpack -G NSIS +macOS (formely OSX) +------- + +A *.app* installer for Synfig can be made by using the following code. + +.. code:: bash + + $ cmake --build . +