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

feat: switch deps over to vcpkg #403

Open
wants to merge 36 commits into
base: release/2.16.1
Choose a base branch
from

Conversation

pollend
Copy link
Collaborator

@pollend pollend commented Nov 9, 2024

swapped over implementation to vcpkg for building deps. was trying build workfork for M3 chipset. deps under src are for x86_64. not sure about the implications switching over to arm in this fashion might be leaving out older machines. this is using a newer version of SDL2.

#377

@pollend pollend force-pushed the feature/warfork-macosx-arm branch from 1f4c637 to 09dfa1c Compare November 9, 2024 06:19
@pollend pollend marked this pull request as ready for review November 9, 2024 06:19
@pollend pollend force-pushed the feature/warfork-macosx-arm branch 5 times, most recently from 519f989 to 0fec4ec Compare November 11, 2024 04:00
@pollend pollend force-pushed the feature/warfork-macosx-arm branch from c557522 to ee3e374 Compare December 2, 2024 03:09
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
@pollend pollend force-pushed the feature/warfork-macosx-arm branch from ee3e374 to d616623 Compare December 4, 2024 15:58
Signed-off-by: Michael Pollind <mpollind@gmail.com>
@pollend pollend force-pushed the feature/warfork-macosx-arm branch from 5c47ed5 to e280356 Compare December 5, 2024 05:05
pollend and others added 3 commits December 4, 2024 21:28
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <michaelpollind@Michaels-Mini.lan>
@pollend pollend changed the base branch from master to release/2.16.1 December 20, 2024 06:41
Comment on lines 33 to 42
- name: Add CMake APT repo - glslang requires newer Cmake than provided by 20.04
uses: gerlero/add-apt-repository@v1
with:
uri: https://apt.kitware.com/ubuntu/
key: https://apt.kitware.com/keys/kitware-archive-latest.asc

- name: Install deps
uses: gerlero/apt-install@v1
with:
packages: kitware-archive-keyring git curl clang cmake build-essential libsdl2-dev libopenal-dev libvorbis-dev libfreetype6-dev libcurl4-gnutls-dev git zip unzip python3 autoconf libtool meson automake libtool pkg-config python3-jinja2
Copy link
Collaborator Author

@pollend pollend Dec 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

his profile seems find but im always hesitant to introduce deps on third party devs: gerlero

there is a guide to add this repo to the system: https://apt.kitware.com/

@pollend pollend force-pushed the feature/warfork-macosx-arm branch 2 times, most recently from 91e7aa6 to f6d2a2d Compare December 24, 2024 05:00
@Gelmo Gelmo force-pushed the feature/warfork-macosx-arm branch from 43085ab to 0714ba3 Compare December 24, 2024 20:18
@Gelmo Gelmo force-pushed the feature/warfork-macosx-arm branch from 0714ba3 to 8e4e201 Compare December 24, 2024 20:27
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.

2 participants