From d26019000a3c26bf064b97e75c156ca148160195 Mon Sep 17 00:00:00 2001 From: reduz Date: Mon, 6 Oct 2014 20:57:41 -0700 Subject: [PATCH] Updated compiling_intro (markdown) --- compiling_intro.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiling_intro.md b/compiling_intro.md index 6b6ce68..721f13b 100644 --- a/compiling_intro.md +++ b/compiling_intro.md @@ -154,3 +154,6 @@ windows_release.exe To create those yourself, just follow the instructions detailed for each platform in this same tutorial section. Each platform explains how to create it's own template. +If you are working for multiple platforms, OSX is definitely the best host platform for cross compilation, since you can cross-compile for almost every target (except for winrt). Linux and Windows come in second place, but Linux has the advantage of being the easier platform to setup this. + +