Removing OSX/Linux info from docs for now.

This commit is contained in:
Ben Vanik 2013-11-16 01:15:17 -08:00
parent 7a2032b693
commit 4714649d5f
2 changed files with 5 additions and 39 deletions

View File

@ -26,21 +26,12 @@ legally purchased devices and games and information made public on the internet
Windows:
# install python 2.7 and VS2010/2012/2013
# install python 2.7 and VS2013
git clone https://github.com/benvanik/xenia.git
cd xenia
xb setup
# 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
update gyp files/etc.
@ -49,4 +40,6 @@ update gyp files/etc.
See [building](docs/building.md) for setup and information about the
`xenia-build` script.
## FAQ
## Known Issues

View File

@ -8,20 +8,10 @@ video drivers for your card.
### Windows
* Visual Studio 2013
* [Python 2.7](http://www.python.org/download/releases/2.7.5/)
Install and add Python to 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)
Ensure Python is in your PATH (`C:\Python27\`).
#### Debugging
@ -30,23 +20,6 @@ and set the 'Command' to `$(SolutionDir)$(TargetPath)` and the
'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and
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
A simple build script is included to manage basic tasks such as building