Better formatting

This commit is contained in:
Shideravan 2021-08-05 01:52:09 -03:00 committed by GitHub
parent 7d0d7525aa
commit c56773bda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 6 deletions

View File

@ -70,20 +70,25 @@ Nightly Builds
Compiling instructions (for Windows x64):
--------------
If you want to compile by yourself, it's also very easy to. Just follow these steps:
1. You'll need both MinGW and .git installed in your system. If you already have, you can skip these steps:
I. Download MingGW x64 (http://mingw-w64.org/doku.php). Install and make sure that the following paths are in your enviroment table (you can check searching for "enviroment path" in your windows search and opening "Edit enviroment path").
![image](https://user-images.githubusercontent.com/12163923/128277297-4e16f476-e9e1-4fb7-a083-21ec81c2b0be.png)
![image](https://user-images.githubusercontent.com/12163923/128277634-024c5773-8aaf-4d31-b535-d86df2426502.png)
![image](https://user-images.githubusercontent.com/12163923/128291920-11b92486-c765-4064-abc1-630164b9f1d8.png)
![image](https://user-images.githubusercontent.com/12163923/128292012-590136b4-5e90-4518-ac58-1b07b6839533.png)
II. Download and install git (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
2. Open a command prompt in your directory of choice and clone bsnes/higan/ares with the command:
git clone https://github.com/bsnes-emu/bsnes.git
`git clone https://github.com/bsnes-emu/bsnes.git`
3. Go to ´bsnes´ folder with: ´cd bsnes´.
3. Go to `bsnes` folder with: `cd bsnes`.
4. Now you just need to put the command: ´mingw32-make´. The compilation will start.
4. Now you just need to put the command: `mingw32-make`. The compilation will start.
5. The brand new compiled file will be at directory ´out´ in this same directory. Enjoy!
5. The brand new compiled file will be at directory `./bsnes/out`. Enjoy!
Preview
-------