Building an installer for Windows is quite easy. The same goes for Linux AppImages.
Prerequisites
- 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.