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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ 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/latest/download/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:
16
-
```console
17
-
% mkdir rgbds
18
-
% tar xf rgbds-linux-x86_64.tar.xz -C rgbds
19
-
% cd rgbds
20
-
% sudo ./install.sh
14
+
1. Download the [latest release of `rgbds-linux-x86_64.tar.xz`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-linux-x86_64.tar.xz).
15
+
(Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
16
+
2. Extract the downloaded `rgbds-linux-x86_64.tar.xz` file into a new directory, and run `install.sh` as root in that directory.
17
+
For example, you can do that with these shell commands:
18
+
```bash
19
+
mkdir rgbds
20
+
tar xf rgbds-linux-x86_64.tar.xz -C rgbds
21
+
cd rgbds
22
+
sudo ./install.sh
21
23
```
22
24
3. Check that RGBDS was correctly installed by running `rgbasm -V`.
23
25
It should print out the version number you installed!
Copy file name to clipboardExpand all lines: install/macos.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ 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/latest/download/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. Download the [latest release of `rgbds-macos.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-macos.zip).
25
+
(Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
26
+
2. Extract the downloaded `rgbds-macos.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:
28
-
```console
29
-
% unzip -d rgbds rgbds-macos.zip
30
-
% cd rgbds
31
-
% sudo ./install.sh
28
+
```zsh
29
+
unzip -d rgbds rgbds-macos.zip
30
+
cd rgbds
31
+
sudo ./install.sh
32
32
```
33
-
4. Check that RGBDS was correctly installed by running `rgbasm -V`.
33
+
3. Check that RGBDS was correctly installed by running `rgbasm -V`.
34
34
It should print out the version number you installed!
1. Download the [latest release of `rgbds-source.tar.gz`](https://github.com/gbdev/rgbds/releases/latest/download/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.)
26
+
1. Download the [latest release of `rgbds-source.tar.gz`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-source.tar.gz).
27
+
(Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
28
+
(The "Source code (`zip`)" or "Source code (`tar.gz`)" links will also work.)
Copy file name to clipboardExpand all lines: install/windows.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ 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/latest/download/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/latest/download/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.)
24
+
1. Download the latest release of either [`rgbds-win64.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win32.zip) (for 32-bit Windows).
25
+
(Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
25
26
2. Unzip the downloaded `.zip` file.
26
27
It should give you four `.exe` files and a couple of `.dll` files.
27
28
3. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
@@ -48,7 +49,8 @@ If you can choose between using Cygwin or MSYS2, be advised that Cygwin is slowe
48
49
</TabItem>
49
50
<TabItemvalue="win32"label="None of those">
50
51
51
-
1. Download the latest release of either [`rgbds-win64.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/latest/download/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
+
1. Download the latest release of either [`rgbds-win64.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win64.zip) (for 64-bit Windows) or [`rgbds-win32.zip`](https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win32.zip) (for 32-bit Windows).
53
+
(Or pick [a specific version](https://github.com/gbdev/rgbds/releases) and download it under "Assets" at the bottom.)
52
54
2. Unzip the `.zip` file.
53
55
It should give you four `.exe` files and a couple of `.dll` files.
0 commit comments