Windows is no longer officially supported in the standalone builds

This commit is contained in:
Lior Halphon 2020-10-15 19:21:37 +03:00 committed by GitHub
parent 1936dd7f67
commit 03cbab2f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ To compile, simply run `make`. The targets are `cocoa` (Default for macOS), `sdl
By default, the SDL port will look for resource files with a path relative to executable. If you are packaging SameBoy, you may wish to override this by setting the `DATA_DIR` variable during compilation to the target path of the directory containing all files (apart from the executable, that's not necessary) from the `build/bin/SDL` directory in the source tree. Make sure the variable ends with a `/` character.
SameBoy was compiled and tested on macOS, Ubuntu and 64-bit Windows 7.
SameBoy is compiled and tested on macOS and Ubuntu.