forked from Qfusion/qfusion
-
Notifications
You must be signed in to change notification settings - Fork 45
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
pollend
wants to merge
36
commits into
release/2.16.1
Choose a base branch
from
feature/warfork-macosx-arm
base: release/2.16.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pollend
force-pushed
the
feature/warfork-macosx-arm
branch
from
November 9, 2024 06:19
1f4c637
to
09dfa1c
Compare
pollend
force-pushed
the
feature/warfork-macosx-arm
branch
5 times, most recently
from
November 11, 2024 04:00
519f989
to
0fec4ec
Compare
pollend
force-pushed
the
feature/warfork-macosx-arm
branch
from
December 2, 2024 03:09
c557522
to
ee3e374
Compare
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
force-pushed
the
feature/warfork-macosx-arm
branch
from
December 4, 2024 15:58
ee3e374
to
d616623
Compare
Signed-off-by: Michael Pollind <mpollind@gmail.com>
pollend
force-pushed
the
feature/warfork-macosx-arm
branch
from
December 5, 2024 05:05
5c47ed5
to
e280356
Compare
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Signed-off-by: Michael Pollind <michaelpollind@Michaels-Mini.lan>
pollend
commented
Dec 23, 2024
.github/workflows/build.yml
Outdated
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 |
There was a problem hiding this comment.
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
force-pushed
the
feature/warfork-macosx-arm
branch
2 times, most recently
from
December 24, 2024 05:00
91e7aa6
to
f6d2a2d
Compare
Gelmo
force-pushed
the
feature/warfork-macosx-arm
branch
from
December 24, 2024 20:18
43085ab
to
0714ba3
Compare
Signed-off-by: Michael Pollind <mpollind@gmail.com>
Also improve package installs
Gelmo
force-pushed
the
feature/warfork-macosx-arm
branch
from
December 24, 2024 20:27
0714ba3
to
8e4e201
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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