Replacing python stuff with BAT, 1993-style.

This commit is contained in:
Ben Vanik
2015-05-02 21:46:42 -07:00
parent ce7270b839
commit 519fefd58d
10 changed files with 550 additions and 858 deletions
+8 -6
View File
@@ -35,13 +35,15 @@ legally purchased devices and games and information made public on the internet
## Quickstart
Windows 8.1+:
Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed:
# install python 2.7 and VS2015
git clone https://github.com/benvanik/xenia.git
cd xenia
xb setup
# open build\xenia\xenia.sln and start xenia-run
> git clone https://github.com/benvanik/xenia.git
> cd xenia
> xb setup
# Build on command line:
> xb build
# Open Visual Studio (run the 'xenia' project):
> xb edit
When fetching updates use `xb pull` to automatically fetch everything and
update gyp files/etc.