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.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ Run setup and leave the default settings. At the "**Select Packages**" step, cho
42
42
43
43
Double click on the text that says "**Skip**" next to each package to select the most recent version to install.
44
44
45
-
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#pre-built) for Windows with Cygwin to install **rgbds 0.7.0**.
45
+
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#pre-built) for Windows with Cygwin to install **rgbds 0.9.0**.
46
46
47
-
**Note:** If you already have an installed rgbds older than 0.7.0, you will need to update to 0.7.0. Ignore this if you have never installed rgbds before. If a version newer than 0.7.0 does not work, try downloading 0.7.0.
47
+
**Note:** If you already have an installed rgbds older than 0.9.0, you will need to update to 0.9.0. Ignore this if you have never installed rgbds before. If a version newer than 0.9.0 does not work, try downloading 0.9.0.
48
48
49
49
Now open the **Cygwin terminal** and enter the following commands.
50
50
@@ -67,7 +67,7 @@ Install [**Homebrew**](https://brew.sh/). Follow the official instructions.
67
67
68
68
Open **Terminal** and prepare to enter commands.
69
69
70
-
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#pre-built) for macOS to install **rgbds 0.7.0**.
70
+
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#pre-built) for macOS to install **rgbds 0.9.0**.
71
71
72
72
Now you're ready to [build **pokecrystal**](#build-pokecrystal).
73
73
@@ -84,7 +84,7 @@ To install the software required for **pokecrystal**:
84
84
sudo apt-get install make gcc git
85
85
```
86
86
87
-
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.
87
+
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.9.0** from source.
88
88
89
89
### OpenSUSE
90
90
@@ -94,7 +94,7 @@ To install the software required for **pokecrystal**:
94
94
sudo zypper install make gcc git
95
95
```
96
96
97
-
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.
97
+
Then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.9.0** from source.
98
98
99
99
### Arch Linux
100
100
@@ -104,7 +104,7 @@ To install the software required for **pokecrystal**:
104
104
sudo pacman -S make gcc git rgbds
105
105
```
106
106
107
-
If you want to compile and install **rgbds** yourself instead, then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.
107
+
If you want to compile and install **rgbds** yourself instead, then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.9.0** from source.
108
108
109
109
### Termux
110
110
@@ -120,7 +120,7 @@ To install **rgbds**:
120
120
pkg install rgbds
121
121
```
122
122
123
-
If you want to compile and install **rgbds** yourself instead, then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.
123
+
If you want to compile and install **rgbds** yourself instead, then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.9.0** from source.
124
124
125
125
### Other distros
126
126
@@ -131,7 +131,7 @@ If your distro is not listed here, try to find the required software in its repo
131
131
-`git`
132
132
-`rgbds`
133
133
134
-
If `rgbds` is not available, you'll need to follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.
134
+
If `rgbds` is not available, you'll need to follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.9.0** from source.
135
135
136
136
Now you're ready to [build **pokecrystal**](#build-pokecrystal).
137
137
@@ -159,12 +159,12 @@ make crystal11
159
159
160
160
### Build with a local rgbds version
161
161
162
-
If you have different projects that require different versions of `rgbds`, it might not be convenient to install rgbds 0.7.0 globally. Instead, you can put its files in a directory within pokecrystal, such as `pokecrystal/rgbds-0.7.0/`. Then specify it when you run `make`:
162
+
If you have different projects that require different versions of `rgbds`, it might not be convenient to install rgbds 0.9.0 globally. Instead, you can put its files in a directory within pokecrystal, such as `pokecrystal/rgbds-0.9.0/`. Then specify it when you run `make`:
0 commit comments