Removing OSX/Linux info from docs for now.
This commit is contained in:
parent
7a2032b693
commit
4714649d5f
13
README.md
13
README.md
|
@ -26,21 +26,12 @@ legally purchased devices and games and information made public on the internet
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
# install python 2.7 and VS2010/2012/2013
|
# install python 2.7 and VS2013
|
||||||
git clone https://github.com/benvanik/xenia.git
|
git clone https://github.com/benvanik/xenia.git
|
||||||
cd xenia
|
cd xenia
|
||||||
xb setup
|
xb setup
|
||||||
# open build\xenia\xenia.sln and start xenia-run
|
# open build\xenia\xenia.sln and start xenia-run
|
||||||
|
|
||||||
Linux/OSX:
|
|
||||||
|
|
||||||
# install clang/xcode/etc
|
|
||||||
git clone https://github.com/benvanik/xenia.git
|
|
||||||
cd xenia && source xeniarc
|
|
||||||
xb setup
|
|
||||||
xb build
|
|
||||||
./bin/xenia-run some.xex
|
|
||||||
|
|
||||||
When fetching updates use `xb pull` to automatically fetch everything and
|
When fetching updates use `xb pull` to automatically fetch everything and
|
||||||
update gyp files/etc.
|
update gyp files/etc.
|
||||||
|
|
||||||
|
@ -49,4 +40,6 @@ update gyp files/etc.
|
||||||
See [building](docs/building.md) for setup and information about the
|
See [building](docs/building.md) for setup and information about the
|
||||||
`xenia-build` script.
|
`xenia-build` script.
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
|
@ -8,20 +8,10 @@ video drivers for your card.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
* Visual Studio 2013
|
||||||
* [Python 2.7](http://www.python.org/download/releases/2.7.5/)
|
* [Python 2.7](http://www.python.org/download/releases/2.7.5/)
|
||||||
|
|
||||||
Install and add Python to your PATH (`C:\Python27\`).
|
Ensure Python is in your PATH (`C:\Python27\`).
|
||||||
|
|
||||||
#### Visual Studio 2013
|
|
||||||
|
|
||||||
Should work out of the box - just load the sln.
|
|
||||||
|
|
||||||
#### Visual Studio 2012 (Express)
|
|
||||||
|
|
||||||
Basic testing has been done with 2012 Express (all I have access to).
|
|
||||||
|
|
||||||
* [Windows 8 SDK](http://msdn.microsoft.com/en-us/windows/desktop/aa904949.aspx)
|
|
||||||
* [Visual Studio 2012 Express for Desktop](http://go.microsoft.com/?linkid=9816758)
|
|
||||||
|
|
||||||
#### Debugging
|
#### Debugging
|
||||||
|
|
||||||
|
@ -30,23 +20,6 @@ and set the 'Command' to `$(SolutionDir)$(TargetPath)` and the
|
||||||
'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and
|
'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and
|
||||||
the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`).
|
the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`).
|
||||||
|
|
||||||
### OS X
|
|
||||||
|
|
||||||
Only tested on OS X 10.8 (Mountain Lion).
|
|
||||||
|
|
||||||
* [Xcode 4](http://developer.apple.com/xcode/) + command line tools
|
|
||||||
* [Homebrew](http://mxcl.github.com/homebrew/)
|
|
||||||
|
|
||||||
### Linux
|
|
||||||
|
|
||||||
Only tested on Ubuntu 12.10.
|
|
||||||
|
|
||||||
* random things (`sudo apt-get install make flex bison texinfo`)
|
|
||||||
* clang (`sudo apt-get install clang`)
|
|
||||||
|
|
||||||
Pretty much just install what's asked for as you try to `xb setup` or
|
|
||||||
`xb build`.
|
|
||||||
|
|
||||||
## xenia-build
|
## xenia-build
|
||||||
|
|
||||||
A simple build script is included to manage basic tasks such as building
|
A simple build script is included to manage basic tasks such as building
|
||||||
|
|
Loading…
Reference in New Issue