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

Eliminate vcpkg dependency on Linux build #39

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

Conversation

SpookySkeletons
Copy link

Linux has native system libs available which should both be utilized and left to distro package management. External packaging solutions like vcpkg should not be used to link these dependencies.

Please test this build on windows to confirm it still builds properly

Comment any necessary changes you see fit.
Build process now as follows:
cmake .
make

@SpookySkeletons
Copy link
Author

Linux CI fails due to modified build process, pull in the necessary libs in with ubuntu's package manager.

@ButterscotchV ButterscotchV added Type: Enhancement Adds or improves a feature Priority: Low Less important right now labels May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Less important right now Type: Enhancement Adds or improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants