Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/packaging/Packaging using CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 .