1 Building Installers and AppImages
Avery King edited this page 2022-07-28 19:58:49 -07:00

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.