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
yenatch
f3340de6dc
make clean is no longer required to compile
2013-06-18 22:39:13 -04:00
yenatch
4577af01de
updated install instructions
2013-06-18 22:39:12 -04:00
yenatch
eab37ef920
hexdump for binary diffs
...
those with an existing repo should run:
git config diff.hex.textconv hexdump
2013-06-13 14:24:45 -04:00
yenatch
51018f0b68
More readme formatting
2013-04-05 00:25:47 -04:00
yenatch
112a348d64
Updated Windows install instructions
...
Cygwin users should refer to the Linux instructions.
2013-04-04 16:19:29 -04:00
Bryan Bishop
706361ea5f
use pypng as a dependency
2013-02-07 20:39:25 -06:00
Bryan Bishop
c788666138
fix git clone instructions
2013-02-03 14:54:59 -06:00
Bryan Bishop
647b19942a
fix make/make clean line in INSTALL.md
2013-01-11 02:32:39 -06:00
Bryan Bishop
82bd8f3c77
fix pwd line in INSTALL
2012-06-05 09:49:28 -05:00
Bryan Bishop
45954f010c
no sudo in cygwin instructions
2012-06-02 17:33:59 -05:00
Bryan Bishop
ff6817e855
text editors are lame anyway
2012-06-02 15:52:55 -05:00
Bryan Bishop
2298bdaf00
minor changes
2012-06-02 15:39:10 -05:00
Bryan Bishop
e6905826bd
fix missing step
2012-06-02 15:37:05 -05:00