This adds some build scripts (build_mac and build_windows.ps1) which show how to build Velocity. They are not really meant to be used out of the box but should help.
build_mac attempts to sign the app using codesign but requires a developer ID to be inserted.
The scripts make assumptions such as the Qt path, so that may need updating depending on your setup.
This adds some build scripts (
build_mac
andbuild_windows.ps1
) which show how to build Velocity. They are not really meant to be used out of the box but should help.build_mac
attempts to sign the app usingcodesign
but requires a developer ID to be inserted.The scripts make assumptions such as the Qt path, so that may need updating depending on your setup.