New version https://gms.yoyogames.com/GameMaker-Beta-2024.200.0.475.deb is out
Search Criteria
Package Details: gamemaker-beta-bin 2024.1300.0.720-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gamemaker-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | gamemaker-beta-bin |
Description: | Make a game with GameMaker, the best free video game engine. Perfect for beginners and professionals. |
Upstream URL: | https://gamemaker.io |
Licenses: | custom |
Conflicts: | gamemaker-beta |
Provides: | gamemaker-beta |
Submitter: | Reylyer |
Maintainer: | danielah05 |
Last Packager: | danielah05 |
Votes: | 4 |
Popularity: | 1.23 |
First Submitted: | 2023-12-27 19:41 (UTC) |
Last Updated: | 2025-01-17 10:27 (UTC) |
Dependencies (6)
- appimagetool-binAUR
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- linuxdeploy (linuxdeploy-appimageAUR)
- openal (openal-gitAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- zip (zip-natspecAUR)
Pinned Comments
danielah05 commented on 2024-11-28 14:28 (UTC) (edited on 2024-11-28 14:30 (UTC) by danielah05)
to get this properly running ull also need the steamruntime sdk which currently does not have an aur package (from the official gamemaker on ubuntu guide), run the following commands and it should get u fully setup
$ sudo mkdir /opt/steam-runtime/
$ curl https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz | sudo tar -xzf - -C /opt/steam-runtime/
$ cd /opt/steam-runtime
$ sudo cp bin/sh bin/dash bin/cat bin/ls usr/bin/
(sourced from https://www.reddit.com/r/gamemaker/comments/112iuep/linux_fixing_compile_errors_on_non_ubuntu_distros/)