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
Omit the version number from distributed release archive filenames (#77)
* Omit the version number from distributed release archive filenames
* List win64 before win32
Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
---------
Co-authored-by: Eldred Habert <eldredhabert0@gmail.com>
Copy file name to clipboardExpand all lines: install/linux.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +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. 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.:
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:
17
16
```console
18
17
% mkdir rgbds
19
-
% tar xf rgbds-0.7.0-linux-x86_64.tar.xz -C rgbds
18
+
% tar xf rgbds-linux-x86_64.tar.xz -C rgbds
20
19
% cd rgbds
21
20
% sudo ./install.sh
22
21
```
23
-
4. Check that RGBDS was correctly installed by running `rgbasm -V`.
22
+
3. Check that RGBDS was correctly installed by running `rgbasm -V`.
24
23
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.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.
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.
27
27
For example, you can do that with these Console commands:
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.
26
+
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.
29
28
30
29
</TabItem>
31
30
<TabItemvalue="git"label="Using Git">
32
31
33
32
1.[Clone the repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
34
-
2. Then, run `git checkout <version>` (e.g. `git checkout v0.4.1`).
33
+
2. Then, run `git checkout <version>` (e.g. `git checkout v0.9.3`).
Copy file name to clipboardExpand all lines: install/windows.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,10 @@ 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. 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.
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.
28
26
It should give you the RGBDS `.exe` files and a couple of `.dll` files.
29
-
4. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
27
+
3. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
30
28
(You can learn its equivalent Windows path by running `cygpath -w /usr/local/bin` in the Cygwin terminal.)
31
29
32
30
:::caution
@@ -50,12 +48,10 @@ If you can choose between using Cygwin or MSYS2, be advised that Cygwin is slowe
50
48
</TabItem>
51
49
<TabItemvalue="win32"label="None of those">
52
50
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.
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.
57
53
It should give you the RGBDS `.exe` files and a couple of `.dll` files.
58
-
4. Either:
54
+
3. Either:
59
55
- ...put all of the files in a directory, then add that directory to Windows' `PATH`.
60
56
This will *permanently* allow you to use RGBDS *from any directory*.
0 commit comments