Browse Source

doc: link to relevant information from building page.

pull/121/head
Vladimír Vondruš 11 years ago
parent
commit
71bb259e13
  1. 9
      doc/building.dox

9
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 named `PKGBUILD-nacl-glibc` and `PKGBUILD-nacl-newlib`, see
@ref building-packages-arch "above" for more information. @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 @subsection building-cross-emscripten Crosscompiling for Emscripten
You will need [Emscripten](https://github.com/kripken/emscripten/wiki/Tutorial) 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 named `PKGBUILD-emscripten`, see @ref building-packages-arch "above" for more
information. 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 @subsection building-cross-android Crosscompiling for Android ARM and x86
You will need [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html) 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 named `PKGBUILD-android-arm` and `PKGBUILD-android-x86`, see
@ref building-packages-arch "above" for more information. @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 @section building-ci Continuous Integration
@subsection building-ci-travis Travis @subsection building-ci-travis Travis

Loading…
Cancel
Save