mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
INSTALL: fix extra newlines
This commit is contained in:
parent
6bf0fab5df
commit
44c459ab81
@ -9,7 +9,6 @@ md5: 9f2922b235a5eeb78d65594e82ef5dde
|
|||||||
|
|
||||||
Save it as **baserom.gbc** in the repository.
|
Save it as **baserom.gbc** in the repository.
|
||||||
|
|
||||||
|
|
||||||
Feel free to ask us on **[nucleus.kafuka.org #skeetendo](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo)** if something goes wrong!
|
Feel free to ask us on **[nucleus.kafuka.org #skeetendo](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo)** if something goes wrong!
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
@ -30,7 +29,6 @@ During the install:
|
|||||||
|
|
||||||
* From the package selection, select **wget**.
|
* From the package selection, select **wget**.
|
||||||
|
|
||||||
|
|
||||||
## Using Cygwin
|
## Using Cygwin
|
||||||
|
|
||||||
Launch the **Cygwin terminal**. Maybe you know your way around the Linux terminal, **bash**. If not, a crash course:
|
Launch the **Cygwin terminal**. Maybe you know your way around the Linux terminal, **bash**. If not, a crash course:
|
||||||
@ -45,15 +43,12 @@ pwd
|
|||||||
cd /away/we/go
|
cd /away/we/go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Getting up and running
|
## Getting up and running
|
||||||
|
|
||||||
We need a couple more things to be able to compile.
|
We need a couple more things to be able to compile.
|
||||||
|
|
||||||
|
|
||||||
If you're feeling lazy, just paste these commands into your terminal.
|
If you're feeling lazy, just paste these commands into your terminal.
|
||||||
|
|
||||||
|
|
||||||
**apt-cyg** lets you install new packages without running Cygwin setup.
|
**apt-cyg** lets you install new packages without running Cygwin setup.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -156,7 +151,6 @@ make
|
|||||||
|
|
||||||
That will take between 3 and 15 seconds, depending on your computer. If you see `cmp baserom.gbc pokecrystal.gbc` as the last line, the build was successful! Rejoice!
|
That will take between 3 and 15 seconds, depending on your computer. If you see `cmp baserom.gbc pokecrystal.gbc` as the last line, the build was successful! Rejoice!
|
||||||
|
|
||||||
|
|
||||||
# Now what?
|
# Now what?
|
||||||
|
|
||||||
**main.asm** is a good starting point. The structure of the source is laid out here.
|
**main.asm** is a good starting point. The structure of the source is laid out here.
|
||||||
|
Loading…
Reference in New Issue
Block a user