Difference between revisions of "ZGB Installation Tutorial"

From GbdevWiki
Jump to: navigation, search
(Installation)
(Installation)
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
Download and install:
 
Download and install:
  
gbdk ([https://sourceforge.net/projects/gbdk/files/gbdk-win32/2.95-3/ 2.95-3] at the moment of writing this) on c:\gbdk
+
*gbdk ([https://sourceforge.net/projects/gbdk/files/gbdk-win32/2.95-3/ 2.95-3] at the moment of writing this) on c:\gbdk
  
[https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/MSYS-20111123.zip/download msys] anywhere but add the folder msys/bin to your Path environment var
+
*[https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/MSYS-20111123.zip/download msys] anywhere but add the folder msys/bin to your Path environment var
  
[http://gnuwin32.sourceforge.net/packages/make.htm Make for Windows]* on C:\gbdk\bin\make-3.81-bin
+
*[http://gnuwin32.sourceforge.net/packages/make.htm Make for Windows]* on C:\gbdk\bin\make-3.81-bin
  
[http://bgb.bircd.org/ BGB] on c:\gbdk\bin
+
*[http://bgb.bircd.org/ BGB] on c:\gbdk\bin
  
[https://github.com/AntonioND/gbt-player/raw/master/legacy_gbdk/mod2gbt/mod2gbt.exe mod2gbt] on c:\gbdk\bin
+
*[https://github.com/AntonioND/gbt-player/raw/master/legacy_gbdk/mod2gbt/mod2gbt.exe mod2gbt] on c:\gbdk\bin
  
[http://www.devrs.com/gb/hmgd/gbmb.html Game Boy Map Builder] on c:\gbdk\tools\gbmb18
+
*[http://www.devrs.com/gb/hmgd/gbmb.html Game Boy Map Builder] on c:\gbdk\tools\gbmb18
  
[http://www.devrs.com/gb/hmgd/gbtd.html Game Boy Tile Designer] on c:\gbdk\tools\gbtd22
+
*[http://www.devrs.com/gb/hmgd/gbtd.html Game Boy Tile Designer] on c:\gbdk\tools\gbtd22
  
This repo, anywhere but create an env var called ZGB_PATH pointing the common folder eg: c:\ZGB\common
+
*The [https://github.com/Zal0/ZGB/archive/master.zip ZGB Official repository], anywhere but create an environment variable called ZGB_PATH pointing the common folder eg: c:\ZGB\common
  
[https://www.visualstudio.com/downloads/ Microsoft Visual Studio Community Edition]
+
*[https://www.visualstudio.com/downloads/ Microsoft Visual Studio Community Edition]
  
*The make that comes with msys doesn't print any error messages and that's why you need to download make for windows too.
+
The make that comes with msys doesn't print any error messages and that's why you need to download make for windows too.

Revision as of 22:13, 6 April 2017

Introduction

ZGB is a gameboy engine devloped by Zal0

Installation

Download and install:

  • gbdk (2.95-3 at the moment of writing this) on c:\gbdk
  • msys anywhere but add the folder msys/bin to your Path environment var
  • BGB on c:\gbdk\bin
  • The ZGB Official repository, anywhere but create an environment variable called ZGB_PATH pointing the common folder eg: c:\ZGB\common

The make that comes with msys doesn't print any error messages and that's why you need to download make for windows too.