Commit Graph

64 Commits

Author SHA1 Message Date
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
yenatch
cabf0a5b87 build time is a lot faster now 2013-12-20 02:48:46 -05:00
yenatch
708df7907f rewrite readme and install; init.sh for install 2013-12-09 05:48:35 -05:00
Bryan Bishop
3453879756 Merge branch 'master' into remove-extras 2013-08-27 10:51:30 -05:00
yenatch
5cc74ff025 rework install instructions
apt-cyg no longer works and rgbds has been updated
2013-08-16 13:40:59 -04:00
Bryan Bishop
ced753c6b3 update install text to say extras/requirements.txt
The requirements.txt file should be from the submodule, and not for the
pokecrystal project.
2013-08-05 11:16:45 -05:00
Bryan Bishop
44c459ab81 INSTALL: fix extra newlines 2013-08-03 13:58:31 -05:00
Bryan Bishop
6bf0fab5df INSTALL: move general stuff out of windows section 2013-08-03 13:57:10 -05:00
Bryan Bishop
21a5ee0dd4 fix spacing in a markdown file 2013-08-03 13:56:16 -05:00
Bryan Bishop
4b5a5b6f0e update INSTALL.md with submodule instructions 2013-08-03 13:55:45 -05:00
yenatch
3d3208425e apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds install 2013-07-10 18:31:28 -04:00
yenatch
859c70ff42 install: less abrasive outro 2013-06-25 22:10:15 -04:00
yenatch
fdf1070dff install: elaborate on make targets 2013-06-25 21:19:09 -04:00
yenatch
03b407a0c4 install: get pip and be less vague about the base rom 2013-06-25 20:32:29 -04:00
yenatch
3d0314b562 replace broken mibbit links with kiwiirc 2013-06-25 19:08:14 -04:00