From 16a36d7c698e6acf7eb6bb8b7a457187562ab0e5 Mon Sep 17 00:00:00 2001 From: jonforums Date: Thu, 31 May 2012 07:04:39 -0700 Subject: [PATCH] add placeholder for summarizing Xcode IDE caveats --- Building-mruby.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Building-mruby.md b/Building-mruby.md index 6573eaf..511bbab 100644 --- a/Building-mruby.md +++ b/Building-mruby.md @@ -26,10 +26,14 @@ toolchain they're most productive with. dir, delete the generated `CMakeFiles/` directory and `CMakeCache.txt` file, `cd` to another dir (hint: the included `build` subdir), and run `cmake` again. -### Native builds +### Native builds from the command line _in process_, see this [introductory post](http://jonforums.github.com/ruby/2012/05/09/cmake-prototype-for-mruby.html) in the interm. -### Cross compiled builds +### Cross compiled builds from the command line -_in process_, see this [basic cross compiling post](http://jonforums.github.com/ruby/2012/05/13/cross-compiling-mruby.html) in the interm. \ No newline at end of file +_in process_, see this [basic cross compiling post](http://jonforums.github.com/ruby/2012/05/13/cross-compiling-mruby.html) in the interm. + +### Native OS X builds from Xcode IDE + +_in process_, do not edit source that's been copied into the build directory (**TODO** elaborate!) \ No newline at end of file