Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Packaging #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improve Packaging #318

wants to merge 1 commit into from

Conversation

edshot99
Copy link

Adds CMake install targets.
Linux and BSD users can then install with a simple 'make install'.

Windows users can initialize the CMake build directory with:
-DCMAKE_INSTALL_PREFIX=${PWD}/abaddon-0.2.1 -DABADDON_RESOURCE_DIR=${PWD}/abaddon-0.2.1/bin

and do a 'ninja install' for a more automated install.

Lastly, Windows users can execute the 'ci/make-msys2-release.sh' script that will add all necessary files to the install directory so that users can run abaddon outside of msys2.

Fixes #290
Take note that this was only tested for Windows, Linux, and OpenBSD.
I am unable to test on macOS or able to create a macOS build script for creating an abaddon.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install target does not install the main binary
1 participant