# HG changeset patch # User Volker Grabsch # Date 1300406943 -3600 # Node ID 09e1713292388997a3306f26ee66eeb594769f51 # Parent 1fd11f5b06b58e529f457e90abfa7d034de33c6e add notes about CMake to the tutorial diff -r 1fd11f5b06b5 -r 09e171329238 doc/index.html --- a/doc/index.html Thu Mar 17 23:47:39 2011 +0100 +++ b/doc/index.html Fri Mar 18 01:09:03 2011 +0100 @@ -346,7 +346,16 @@ Everything will be just fine.

-

Step 5b: Cross compile your Project (Qt)

+

Step 5b: Cross compile your Project (CMake)

+ +

+ If you have a + CMake project, + you can use the provided toolchain file: +

+
cmake ... -DCMAKE_TOOLCHAIN_FILE=/where mingw-cross-env is installed/usr/i686-pc-mingw32/share/cmake/mingw-cross-env-conf.cmake
+ +

Step 5c: Cross compile your Project (Qt)

If you have a @@ -367,7 +376,7 @@ are built-in, not plugins.

-

Step 5c: Cross compile your Project (Makefile)

+

Step 5d: Cross compile your Project (Makefile)

If you have a handwritten Makefile, @@ -389,7 +398,7 @@ That's it!

-

Step 5d: Cross compile your Project (OSG)

+

Step 5e: Cross compile your Project (OSG)

Using static OpenSceneGraph libraries requires a few changes to your source.