From 71bb259e1361bfa751f7669f9dc8ede0dfa11e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 14 Nov 2015 23:17:07 +0100 Subject: [PATCH] doc: link to relevant information from building page. --- doc/building.dox | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/building.dox b/doc/building.dox index 5efdc3e46..d6a9fa168 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -443,6 +443,9 @@ For ArchLinux there are also prepared package files in `package/archlinux`, named `PKGBUILD-nacl-glibc` and `PKGBUILD-nacl-newlib`, see @ref building-packages-arch "above" for more information. +See @ref Platform::NaClApplication documentation for more information about +building your projects for Google Chrome Native Client. + @subsection building-cross-emscripten Crosscompiling for Emscripten You will need [Emscripten](https://github.com/kripken/emscripten/wiki/Tutorial) @@ -481,6 +484,9 @@ For ArchLinux there is also prepared package file in `package/archlinux`, named `PKGBUILD-emscripten`, see @ref building-packages-arch "above" for more information. +See @ref Platform::Sdl2Application documentation for more information about +building your projects for Emscripten. + @subsection building-cross-android Crosscompiling for Android ARM and x86 You will need [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html) @@ -530,6 +536,9 @@ For ArchLinux there are also prepared package files in `package/archlinux`, named `PKGBUILD-android-arm` and `PKGBUILD-android-x86`, see @ref building-packages-arch "above" for more information. +See @ref Platform::AndroidApplication documentation for more information about +building your projects for Android. + @section building-ci Continuous Integration @subsection building-ci-travis Travis