From 38fabc92c5d2b29cb1acad544269afed1d0a8ca1 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Wed, 12 Nov 2025 18:51:58 -0600 Subject: [PATCH] chore: update readme --- README.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 4a3ecc0..f8bbd61 100644 --- a/README.md +++ b/README.md @@ -27,35 +27,9 @@ Finally it's worth noting that ZBA uses a TOML config file it'll store in your O ## Compiling -Most recently built on Zig [v0.11.0](https://github.com/ziglang/zig/tree/0.11.0) +Most recently built on Zig [v0.15.1](https://github.com/ziglang/zig/tree/0.15.1) -### Dependencies - -Dependency | Source ---- | --- -known-folders | -nfd-zig | -SDL.zig | -tomlz | -zba-gdbstub | -zba-util | -zgui | -zig-clap | -zig-datetime | -`bitfield.zig` | [https://github.com/FlorenceOS/Florence](https://github.com/FlorenceOS/Florence/blob/aaa5a9e568/lib/util/bitfields.zig) -`gl.zig` | - -Use `git submodule update --init` from the project root to pull the git relevant git submodules - -Be sure to provide SDL2 using: - -- Linux: Your distro's package manager -- macOS: ¯\\\_(ツ)_/¯ (try [this formula](https://formulae.brew.sh/formula/sdl2)?) -- Windows: [`vcpkg`](https://github.com/Microsoft/vcpkg) (install `sdl2:x64-windows`) - -`SDL.zig` will provide a helpful compile error if the zig compiler is unable to find SDL2. - -Once you've got all the dependencies, execute `zig build -Doptimize=ReleaseSafe`. The executable will be under `zig-out/bin` and the shared libraries (if enabled) under `zig-out/lib`. If working with shared libraries on windows, be sure to add all artifacts to the same directory. On Unix, you'll want to make use of `LD_PRELOAD`. +Run `zig build -Doptimize=ReleaseSafe`. The executable will be under `zig-out/bin` and the shared libraries (if enabled) under `zig-out/lib`. If working with shared libraries on windows, be sure to add all artifacts to the same directory. On Unix, you'll want to make use of `LD_PRELOAD`. ## Controls