git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit ddd9c9a4387ad35611b1afd6efbdba9a02a36725
parent fbbbd5ba24813e281d5866b527bd34a40246238f
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 28 Feb 2026 00:49:31 +0200

Update the description of the lib target

Diffstat:
MREADME.md3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -55,7 +55,8 @@ On Windows, SameBoy also requires: To compile, simply run `make`. The targets are: * `cocoa` (Default for macOS) * `sdl` (Default for everything else) - * `lib` (Creates libsameboy.o and libsameboy.a for statically linking SameBoy, as well as a headers directory with corresponding headers; currently not supported on Windows due to linker limitations) + * `lib` (Creates libsameboy.o and libsameboy.a for statically linking SameBoy, libsameboy.dylib/so/dll for dynamically linking SameBoy, as well as a headers directory with corresponding headers) + * Static libraries are currently not supported on Windows due to linker limitations. * `ios` (Plain iOS .app bundle), `ios-ipa` (iOS IPA archive for side-loading), `ios-deb` (iOS deb package for jailbroken devices) * `libretro` * `bootroms`

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.