diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2014-08-21 22:46:12 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2014-08-21 22:46:12 -0700 |
| commit | 7ae303dfa29d3d63b1ce7f7cf3a8beebfd5478a8 (patch) | |
| tree | fe3fcbea9f55d4344401a5d8a130d2d8fdeb22ba /docs | |
| parent | 93285acf7b2cd25df284f2242d6f79447835cb0e (diff) | |
alloy-sandbox running on osx (ivm only).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/building.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index 6e797a74e..eaeec0100 100644 --- a/docs/building.md +++ b/docs/building.md @@ -22,6 +22,17 @@ 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`). +### OSX + +* Mac OSX 10.9+ +* Xcode 5.1+ + +#### Debugging + +Choose `Product > Scheme > Edit Scheme`. For xenia-run, alloy-sandbox, and the +other executables select the Run action on the left and set +`Options > Working Directory` to your root xenia/ git path. + ## xenia-build A simple build script is included to manage basic tasks such as building |
