You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/linux.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,16 @@ If a satisfactory version is available, it is a good idea to install from there.
11
11
12
12
## Using our pre-built binaries
13
13
14
-
1. Download the [latest release of `rgbds-linux-x86_64.tar.xz`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-linux-x86_64.tar.xz). (Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
15
-
2. Extract the downloaded `rgbds-linux-x86_64.tar.xz` file into a new directory, and run `install.sh` as root in that directory. For example:
14
+
1. Go the [latest release](https://github.com/gbdev/rgbds/releases/latest) (or pick [a specific version](https://github.com/gbdev/rgbds/releases))
15
+
2. Under "Assets" at the bottom, download <code>rgbds-<var><version></var>-linux-x86_64.tar.xz</code> (for example, version 0.7.0 would have `rgbds-0.7.0-linux-x86_64.tar.xz`)
16
+
3. Extract the .tar.xz file into a new directory, and run `install.sh` as root in that directory. E.g.:
16
17
```console
17
18
% mkdir rgbds
18
-
% tar xf rgbds-linux-x86_64.tar.xz -C rgbds
19
+
% tar xf rgbds-0.7.0-linux-x86_64.tar.xz -C rgbds
19
20
% cd rgbds
20
21
% sudo ./install.sh
21
22
```
22
-
3. Check that RGBDS was correctly installed by running `rgbasm -V`.
23
+
4. Check that RGBDS was correctly installed by running `rgbasm -V`.
23
24
It should print out the version number you installed!
Copy file name to clipboardExpand all lines: install/macos.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ brew install rgbds --HEAD
21
21
22
22
## Using our pre-built binaries
23
23
24
-
1.Download the [latest release of `rgbds-macos.zip`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-macos.zip). (Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
25
-
26
-
3. Extract the downloaded `rgbds-macos.zip` file into a new directory, and run `install.sh` as root inside that directory.
24
+
1.Go the [latest release](https://github.com/gbdev/rgbds/releases/latest) (or pick [a specific version](https://github.com/gbdev/rgbds/releases))
25
+
2. Under "Assets" at the bottom, download <code>rgbds-<var><version></var>-macos-x86-64.zip</code> (for example, version 0.7.0 would have `rgbds-0.7.0-macos-x86-64.zip`).
26
+
3. Extract the .zip file into a new directory, and run `install.sh` as root inside that directory.
27
27
For example, you can do that with these Console commands:
1. Download the [latest release of `rgbds-source.tar.gz`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-source.tar.gz). (Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.) (The "Source code (`zip`)" or "Source code (`tar.gz`)" links will also work.)
27
-
2. Extract ("unzip") the file.
26
+
1. Go the [latest release](https://github.com/gbdev/rgbds/releases/latest) (or pick [a specific version](https://github.com/gbdev/rgbds/releases))
27
+
2. Under "Assets" at the bottom, download any of the last three listed files (<code>rgbds-<var><version></var>.tar.gz</code>, "Source code (`zip`)", or "Source code (`tar.gz`)").
28
+
3. Extract ("unzip") the file.
28
29
29
30
</TabItem>
30
31
<TabItemvalue="git"label="Using Git">
31
32
32
33
1.[Clone the repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
33
-
2. Then, run `git checkout <version>` (e.g. `git checkout v0.9.3`).
34
+
2. Then, run `git checkout <version>` (e.g. `git checkout v0.4.1`).
Copy file name to clipboardExpand all lines: install/windows.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@ You can check what your WSL distribution is by running `wsl -l -v` in the Comman
21
21
</TabItem>
22
22
<TabItemvalue="cygwin"label="Cygwin / MSYS2">
23
23
24
-
1. Download the latest release of either [`rgbds-win64.zip`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-win32.zip) (for 32-bit Windows). (Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
25
-
2. Unzip the downloaded `.zip` file.
24
+
1. Go the [latest release](https://github.com/gbdev/rgbds/releases/latest) (or pick a specific version from [the list](https://github.com/gbdev/rgbds/releases)).
25
+
2. Under "Assets" at the bottom, download either <code>rgbds-<var><version></var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var><version></var>-win64.zip</code> (for 64-bit Windows).
26
+
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
27
+
3. Unzip the .zip file.
26
28
It should give you the RGBDS `.exe` files and a couple of `.dll` files.
27
-
3. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
29
+
4. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
28
30
(You can learn its equivalent Windows path by running `cygpath -w /usr/local/bin` in the Cygwin terminal.)
29
31
30
32
:::caution
@@ -48,10 +50,12 @@ If you can choose between using Cygwin or MSYS2, be advised that Cygwin is slowe
48
50
</TabItem>
49
51
<TabItemvalue="win32"label="None of those">
50
52
51
-
1. Download the latest release of either [`rgbds-win64.zip`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/download/latest/rgbds-win32.zip) (for 32-bit Windows). (Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
52
-
2. Unzip the `.zip` file.
53
+
1. Go the [latest release](https://github.com/gbdev/rgbds/releases/latest) (or pick a specific version from [the list](https://github.com/gbdev/rgbds/releases))
54
+
2. Under "Assets" at the bottom, download either <code>rgbds-<var><version></var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var><version></var>-win64.zip</code> (for 64-bit Windows).
55
+
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
56
+
3. Unzip the .zip file.
53
57
It should give you the RGBDS `.exe` files and a couple of `.dll` files.
54
-
3. Either:
58
+
4. Either:
55
59
- ...put all of the files in a directory, then add that directory to Windows' `PATH`.
56
60
This will *permanently* allow you to use RGBDS *from any directory*.
0 commit comments