Search results for query: *

  1. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    There are some probable causes of this issue: - Temporary issue with downloading assets, because GitHub is offline. In that case, wait for GitHub to go back online, - Exceeded number of accessing (50 pings) to GitHub API from your IP. In that case, wait for a hour or more to get number of...
  2. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Theoretically you can try to run srb2bld on Termux, since it is POSIX-compliant shell script, but I haven't tested this. srb2bld depends on Podman/Docker to build APKs, so could be potential hurdle for Termux.
  3. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Ok. From what I see, the issue could be that the script detects that you do not have a read-only root filesystem, causing it to select the path /var/lib/containers when you run srb2bld --install. This is problematic on image-based distributions with read-only root filesystems such as SteamOS...
  4. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Hmm... the size of generated podman image is 2GB for srb2bld, so should fit for you. Did you run script with elevated privileges with sudo when you got this error? If you do, you should just enter srb2bld -i without sudo and that should store all podman data in home directory instead on...
  5. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    On the end of output you have message: "no space left on device". You don't have sufficient space to build podman image on your home directory on Steam Deck. I suggest to cleanup previously built Docker/Podman images and containers build cache, if you use script for some time: podman system...
  6. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2026-04-26

    Release 2026-04-26 Features: Added build SRB2 Android by Saxashitter, Reduced number of displayed commits on the screen to 100, to unclutter it. If you need to see more commits, enter 'more'. Type 'com <hash>' to enter a commit hash directly, Added function to automatically run Docker daemon...
  7. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2026-04-26 Read the rest of this update entry...
  8. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2026-04-20

    Release 2026-04-20 Features: - Added three builds: 1. SRB2 SM64 by henricaodopao1, 2. SRB2 v2.1 Legacy for Android by srb2-preservation, 3. RingRacersAP by TehRealSalt. Fixes: - Fixed issue #44 - "srb2bld fails compiling SRB2 Kart Saturn-Next" caused by object files that were compiled with two...
  9. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2026-04-20 Read the rest of this update entry...
  10. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2026-03-25

    Fixes: Fixed issues of not able to compile Ring Racers and its forks due to conflict with included patches for ARM devices, Fixed issue #42: "AppImage with filename spaces does not open after 2025-05-14" by double quoting subshells in AppRun, Fixed issue #43: "[Linux] UZB and forks has missing...
  11. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2026-03-25 Read the rest of this update entry...
  12. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Thanks for the report, I was able to reproduce this in Alpine VM. This looks like an issue caused by mixing Alpine container's specific commands and paths to MinGW with Ubuntu container environment when triggering "-x / --cross-compile" flag for script on host Alpine system. I will provide fix...
  13. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2026-02-13

    Fixes: - Fixed compilation errors based on v5.0 of SRB2 TSOURDt3rd and SRB2 Classic on Windows, Linux and macOS, - Changed link to proper SRB2 TSOURDt3rd assets for v5.0, - Removed conflicts with Aseprite's depot_tools executables for other builds, - Removed "uncommited messages" from main menu...
  14. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2026-02-13 Read the rest of this update entry...
  15. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2025-12-24

    Release 2025-12-24 Features: - Added srb2bld flags -w/--windowsportable and -x/--crosscompile. Fixes: - Fixed compilation of SRB2 Classic due to upstream's new dependency to libraries such as SDL3 and others, - Corrected permisions for assets within Docker/Podman container, - Corrected path to...
  16. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2025-12-24 Read the rest of this update entry...
  17. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2025-11-23

    Features: Added Ring Racers HEP (HEP4), SRB2 v2.2 Beta 6 (Recreation by XDF22), SRB2 1095 (fork of SRB2-OLD and Final Demo by CG64), Ultimate GKSZ Builder (fork of UZB by GLideKS, issue #37), Added menu to manage custom builds when installing, uninstalling, removing source code and listing...
  18. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2025-11-23 Read the rest of this update entry...
  19. Bijman

    [Open Assets] srb2bld - SRB2 Build/Package manager CLI - Update 2025-10-02

    Features: 1. Added builds: - SRB2 Destructive Illusion (SRB2 v2.2), - SRB2 Thokker (SRB2 v2.1), - Sonic Smash Brawl (SRB2 v2.1), - SRB2 Community Build (SRB2 v2.0), - Super Smash Bros: Sonic Showdown (SRB2 v2.0), - NewMillennium (SRB2 Feb 2000 Prototype). Fixes: - Couple of fixes for compiling...
  20. Bijman

    srb2bld - SRB2 Build/Package manager CLI

    Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry: Update 2025-10-02 Read the rest of this update entry...
Back
Top