aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/INSTALL-CROSS.md
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-02-14 22:57:37 +0100
committerRickard Green <[email protected]>2014-02-19 15:31:52 +0100
commitf51da9be40b578cdf386264312eb9b37d18ce778 (patch)
tree02f1416fe02c20cdfc391627cdab32cfc19ef30c /HOWTO/INSTALL-CROSS.md
parent3fd4e3e770fbed95fd6fa2d547945ac71256339c (diff)
downloadotp-f51da9be40b578cdf386264312eb9b37d18ce778.tar.gz
otp-f51da9be40b578cdf386264312eb9b37d18ce778.tar.bz2
otp-f51da9be40b578cdf386264312eb9b37d18ce778.zip
Build documentation with bootstrap system
Enables build of documentation in source trees that has been cross built
Diffstat (limited to 'HOWTO/INSTALL-CROSS.md')
-rw-r--r--HOWTO/INSTALL-CROSS.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md
index 03ea4c6e76..b01de12e44 100644
--- a/HOWTO/INSTALL-CROSS.md
+++ b/HOWTO/INSTALL-CROSS.md
@@ -103,14 +103,6 @@ has to be provided in the `$PATH`. The Erlang/OTP for the target system will
be built using this Erlang system, together with the cross compilation tools
provided.
-If you want to build the documentation out of the same source tree as you are
-cross compiling in, you currently need a full Erlang/OTP system of the same
-release as the one being built for the build machine. If this is the case,
-build and install one for the build machine (or use one already built) and add
-it to the `$PATH` before cross building, and building the documentation. See
-the [How to Build the Documentation][] section in the [$ERL_TOP/HOWTO/INSTALL.md][]
-document for information on how to build the documentation.
-
If you want to build using a compatible Erlang/OTP system in the `$PATH`,
jump to (3).
@@ -284,6 +276,14 @@ and then do the cross build of the system.
`otp_build release -a` will do the same as (5), and you will after this have
to do a manual install either by doing (6), or (7).
+Building and Installing the Documentation
+-----------------------------------------
+
+After the system has been cross built you can build and install the
+documentation the same way as after a native build of the system. See the
+[How to Build the Documentation][] section in the [$ERL_TOP/HOWTO/INSTALL.md][]
+document for information on how to build the documentation.
+
Testing the cross compiled system
---------------------------------
Some of the tests that come with erlang use native code to test. This means