diff options
author | Chad Versace <chad@chad-versace.us> | 2011-07-20 13:22:21 -0700 |
---|---|---|
committer | Chad Versace <chad@chad-versace.us> | 2011-07-20 13:22:44 -0700 |
commit | 27b8ff071468fbd79f85798c542fd61e99e41284 (patch) | |
tree | 663f9cda05134553c015ac0f20410eeecd95ea50 | |
parent | 6a37587ee838072dc3a372239d9db66ddcfcac76 (diff) |
README: Document how to cross-compile on Linux
Signed-off-by: Chad Versace <chad@chad-versace.us>
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,12 @@ Now build everything: $ make +2.1 Cross Compiling +------------------- + +On Linux, if cross-compiling a 32-bit build on a 64-bit host, then you must +invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386". + 3. How to run tests ------------------- |