diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-05-02 21:46:42 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-05-02 21:46:42 -0700 |
| commit | 519fefd58d80ce487cb864b2bbaa92515f81f2b4 (patch) | |
| tree | 6883932cce90f3b0d5af67a6a429f4dbac0ca067 /README.md | |
| parent | ce7270b839e6bf0dfb054ccb997b53263ad273f4 (diff) | |
Replacing python stuff with BAT, 1993-style.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -35,13 +35,15 @@ legally purchased devices and games and information made public on the internet ## Quickstart -Windows 8.1+: - - # 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 +Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed: + + > 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. |
