Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Building Installers and AppImages

Avery King edited this page Jul 29, 2022 · 1 revision

Building an installer for Windows is quite easy. The same goes for Linux AppImages.

Prerequisites

  1. Obviously, you must have built Saucedacity first. Please see BUILDING.md for how to do this

Building Windows Installers

To build a Windows installer, do the following:

  • In your build directory, run the following command: cpack .

Building Linux AppImages

Building an AppImage is actually the same process as building a Windows installer. Please see those steps above.