Difference between revisions of "ZGB Installation Tutorial"
From GbdevWiki
(Created page with "==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 a...") |
(→Installation) |
||
Line 5: | Line 5: | ||
Download and install: | Download and install: | ||
+ | |||
gbdk ([2.95-3] at the moment of writing this) on c:\gbdk | 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 | msys anywhere but add the folder msys/bin to your Path environment var | ||
+ | |||
Make for Windows* on C:\gbdk\bin\make-3.81-bin | Make for Windows* on C:\gbdk\bin\make-3.81-bin | ||
+ | |||
BGB on c:\gbdk\bin | BGB on c:\gbdk\bin | ||
+ | |||
mod2gbt on c:\gbdk\bin | mod2gbt on c:\gbdk\bin | ||
+ | |||
Game Boy Map Builder on c:\gbdk\tools\gbmb18 | Game Boy Map Builder on c:\gbdk\tools\gbmb18 | ||
+ | |||
Game Boy Tile Designer on c:\gbdk\tools\gbtd22 | 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 | This repo, anywhere but create an env var called ZGB_PATH pointing the common folder eg: c:\ZGB\common | ||
+ | |||
Microsoft Visual Studio Community Edition (optional) | Microsoft Visual Studio Community Edition (optional) | ||
+ | |||
*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 09:32, 5 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
Make for Windows* on C:\gbdk\bin\make-3.81-bin
BGB on c:\gbdk\bin
mod2gbt on c:\gbdk\bin
Game Boy Map Builder on c:\gbdk\tools\gbmb18
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
Microsoft Visual Studio Community Edition (optional)
- The make that comes with msys doesn't print any error messages and that's why you need to download make for windows too.