From 2adc654acc7ab135aa95770f5b7274bd4a1b151e Mon Sep 17 00:00:00 2001 From: Shideravan Date: Wed, 4 Aug 2021 22:43:04 -0300 Subject: [PATCH] Adding windows compile instructions This may help newcomers on how to easily compile bsnes --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 64dbf837..7fb6ebf3 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,25 @@ Nightly Builds - ![Build status](https://api.cirrus-ci.com/github/bsnes-emu/bsnes.svg?task=linux-x86_64-binaries) - ![Build status](https://api.cirrus-ci.com/github/bsnes-emu/bsnes.svg?task=freebsd-x86_64-binaries) +Compiling instructions (for Windows x64): +-------------- +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) + + + 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 + +3. Go to ´bsnes´ folder with: ´cd bsnes´. + +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! + Preview -------