Daniel Svensson
Daniel Svensson
@FrankXie05 what do you think, ready?
@FrankXie05 Now that it's marked as reviewed, approved etc, what phases are left until it's merged? Just trying to get an understanding of the PR workflow in this project as...
Here's an example that shows how sdl2 pulls in dbus: ```Dockerfile FROM debian:sid RUN apt-get update && apt-get -qq install --no-install-recommends build-essential git cmake ninja-build autoconf libtool python3 python3-jinja2 curl...
The reason for emsdk being so old in GH CI is because it uses "The Spike Version" because newer versions have been broken for one reason or another, nobody had...
I tried this out yesterday, and it resulted in the same issues I had last time. Both 3.1.72 and 4.x. Think it was with 4.x there was some issue with...
After removing the unistd include, initial testing seems to be working, Tested with: ``` @PointClass = bot_waypoint [ way_name(target_source) : "Waypoint Name" : : "The name of the entity that...
Need to update the tests as well. You ought to be able to enable GH Actions in your forked repo to avoid getting surprises once the GH Actions workflow has...
I'm not well versed with Fedora, but looks like it's packaged, https://packages.fedoraproject.org/pkgs/minizip/minizip-devel/ Alternatively as you seem to be building from a git checkout, you could build a static binary instead...
...and an even easier solution if you don't have any code changes is downloading an AppImage: https://builds.quakeworld.nu/ezquake/releases/latest/linux/x86_64/ https://builds.quakeworld.nu/ezquake/snapshots/latest/linux/x86_64/
@VVD No, not it, it's listed here, https://github.com/QW-Group/ezquake-source/blob/master/build-linux.sh#L13 perhaps Fedora has different repos and not all enabled by default.