Merge pull request #304 from JL2210/rgbds-link
Update RGBDS links in README and build-faq
This commit is contained in:
commit
1936dd7f67
@ -42,7 +42,7 @@ SameBoy requires the following tools and libraries to build:
|
|||||||
* make
|
* make
|
||||||
* macOS Cocoa port: macOS SDK and Xcode (For command line tools and ibtool)
|
* macOS Cocoa port: macOS SDK and Xcode (For command line tools and ibtool)
|
||||||
* SDL port: libsdl2
|
* SDL port: libsdl2
|
||||||
* [rgbds](https://github.com/bentley/rgbds/releases/), for boot ROM compilation
|
* [rgbds](https://github.com/gbdev/rgbds/releases/), for boot ROM compilation
|
||||||
|
|
||||||
On Windows, SameBoy also requires:
|
On Windows, SameBoy also requires:
|
||||||
* Visual Studio (For headers, etc.)
|
* Visual Studio (For headers, etc.)
|
||||||
|
@ -24,7 +24,7 @@ The following examples will be referenced later:
|
|||||||
|
|
||||||
### rgbds
|
### rgbds
|
||||||
|
|
||||||
After downloading [rgbds](https://github.com/bentley/rgbds/releases/), ensure that it is added to the `%PATH%`. This may be done by adding it to the user's or SYSTEM's Environment Variables, or may be added to the command line at compilation time via `set path=%path%;C:\path\to\rgbds`.
|
After downloading [rgbds](https://github.com/gbdev/rgbds/releases/), ensure that it is added to the `%PATH%`. This may be done by adding it to the user's or SYSTEM's Environment Variables, or may be added to the command line at compilation time via `set path=%path%;C:\path\to\rgbds`.
|
||||||
|
|
||||||
### GnuWin
|
### GnuWin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user