Commit Graph

78 Commits

Author SHA1 Message Date
Rangi 3144b54bd1 Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) 2020-04-06 12:41:07 -04:00
Rangi 0ee9d7a48b Upgrade to rgbds 0.4.0
- fail for rgbds < 0.4.0
- `rst <Label>`
- `ds <count>, <byte>`
- `shift <N>`
- ASCII "\r"
- Sorted .sym file
2020-04-04 15:15:02 -04:00
mid-kid c5f22b782b Fix Mac OSX install instructions 2020-02-25 19:38:01 +01:00
mid-kid 563ba14196 Remove old charmap sections 2019-11-19 01:01:47 +01:00
mid-kid 7def5e700b Cygwin now requires a double-click 2019-04-29 22:30:34 +02:00
Rangi df337fc417 Update to rgbds 0.3.8 2019-02-16 12:17:55 -05:00
mid-kid 5bff3a1bff Recommend the AUR package 2018-11-19 21:59:17 +01:00
mid-kid fed51c47f0 Add flex and pkg-config to INSTALL.md 2018-11-19 20:02:07 +01:00
Rangi 140a065b7a Don't repeat the pokecrystal instructions 2018-09-01 23:53:39 -04:00
Rangi d67ef7efd5 Clarify about rgbds 0.3.7 compatibility 2018-09-01 23:02:24 -04:00
Rangi cd169aec3c Revise documentation
All the INSTALL.md sections have similar structure
2018-09-01 21:53:05 -04:00
mid-kid 1070115087 Update documentation
Added windows 10 (WSL) installation instructions and expanded linux instructions.
Clarified things in FAQ.md.
2018-09-02 01:36:44 +02:00
mid-kid fb52b2fdc9 Fix INSTALL.md 2018-08-07 09:46:21 +02:00
Remy Oukaour f0ab091254 Add an FAQ, and ive a bit more detail in Windows install instructions 2017-12-12 18:50:39 -05:00
Remy Oukaour e29a1f8f94 Clarify which rgbds builds to use 2017-12-09 22:14:11 -05:00
yenatch 52cd3398bd fix rgbds version in install instructions 2017-09-24 01:34:44 -04:00
yenatch 5dfe27125b Merge branch 'master' into tools-makefile-integration 2017-06-24 20:42:25 -04:00
yenatch 080704e49f Merge pull request #370 from yenatch/graphics
png everywhere
2017-06-24 17:36:21 -04:00
yenatch 7d5b9bb0c4 gcc is needed in cygwin
- also mention the new dlls in install
2017-06-24 16:56:43 -04:00
SkyrisBactera b8bf062c8f Missing a dependency
Without libpng-dev, sudo make install causes:
In file included from src/gfx/gb.c:20:0:
include/gfx/main.h:20:17: fatal error: png.h: No such file or directory
 #include <png.h>
                 ^
compilation terminated.
Makefile:90: recipe for target 'src/gfx/gb.o' failed
make: *** [src/gfx/gb.o] Error 1
2017-06-13 14:50:28 -06:00
Ben10do cf390243b2
Remove ‘make tools’ step in installation
This step is no longer required, as it will be run automatically when making the ROM.
2017-06-09 22:09:38 +01:00
yenatch 853abd3aa3 Fix rgbds link and version 2017-05-28 15:57:57 -04:00
yenatch a98538641b Update the install instructions.
Python and extras are no longer required.
2017-04-28 00:38:54 -04:00
yenatch a1f7189e25 Add a link to the irc in INSTALL.md. 2016-03-16 17:59:24 -04:00
yenatch dd77706524 Bump extras; pypng is now part of extras. 2016-02-17 16:44:27 -05:00
yenatch 3d2f30deb3 Fix a typo. 2016-01-31 18:42:32 -05:00
yenatch 346114b040 Explain why there is an INSTALL.md. 2016-01-31 18:36:18 -05:00
yenatch aa87b09163 Remove outdated Vagrant instructions. 2016-01-31 18:30:58 -05:00
yenatch 036efa1efb So much for apt-cyg. 2016-01-31 18:27:32 -05:00
IIMarckus 25c126c69b Revert bad merge.
"Merge pull request #317 from yenatch/pngs-kind-of"

This reverts commit 25025d1b6c, reversing
changes made to 0d17d4a758.
2015-11-01 16:06:15 -07:00
yenatch e638cdb74c Merge remote-tracking branch 'origin/master' into pngs-kind-of
Conflicts:
	INSTALL.md
2015-10-26 01:34:08 -04:00
yenatch 6fcba7a28a simpler mac instructions 2015-10-25 03:26:12 -04:00
yenatch 5a4da53dfd fix repository links 2015-10-25 03:23:33 -04:00
yenatch 7b10cb2878 use pip instead of easy_install
easy_install was renamed to easy_install-2.7, as seen in #318

pip is maintained and less likely to be renamed at random
2015-10-22 01:15:07 -04:00
yenatch b8da3874bb Add an `init` makefile target to prevent data that can't be reasonably reproduced from being rebuilt.
This is only meant to be run once.
2015-09-01 00:20:31 -04:00
yenatch b77741ff70 Add missing pypng lines to INSTALL.md.
fixes 5e8112e305
2015-08-12 22:19:36 -04:00
yenatch f11cb46104 Fix misnamed cygwin packages. 2015-08-12 20:45:47 -04:00
Bryan Bishop fa844049c1 mention python2.7 requirement
fixes #255
2015-06-09 10:44:24 -05:00
yenatch 967977b7af baserom.gbc is no longer required to build 2015-03-11 22:25:54 -07:00
yenatch 5e8112e305 INSTALL: Use git clone --recursive. 2015-02-06 14:12:40 -08:00
yenatch e325210a61 Merge remote-tracking branch 'kanzure/master' 2014-12-11 23:25:30 -08:00
yenatch 3755584ac4 Don't require pip. 2014-12-11 23:24:40 -08:00
Bradley Carpenter cdb0bacd3a Update INSTALL.md 2014-11-12 12:19:45 -05:00
Bradley Carpenter b99b117b81 Update INSTALL.md 2014-11-12 12:19:00 -05:00
Bradley Carpenter 7302978f13 Update INSTALL.md 2014-11-12 10:39:43 -05:00
Bradley Carpenter 70c90ad425 Update INSTALL.md 2014-11-12 10:30:37 -05:00
Bradley Carpenter cc83817895 Update INSTALL.md 2014-11-12 10:29:31 -05:00
Bryan Bishop 6f786a2bca make a vagrant box to make things easier
Maybe a vagrant box will be less work for users. At the moment the
Vagrantfile is just pointing to a remote url, but in the future it
should contain the actual scripts to construct the box so that the box
can be updated as the dependencies in the repository change.
2014-07-23 22:42:04 -05:00
yenatch 46a057b4dc Install: gcc is required. Sudo doesn't exist in cygwin. 2014-05-01 18:36:07 -04:00
yenatch 4a1997ea93 Return of Cygwin (also drop init.sh)
Git requires packages `libsasl2` and `ca-certificates` to work with submodules and https respectively.
Cygwin doesn't install these when installing git. This seems to be the cause of most issues for Cygwin users.
2014-03-08 10:54:11 -05:00