aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-15 19:53:18 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-15 19:53:18 +0100
commit4e7d68a3b846b6c0918536fa20d311f5018a63d7 (patch)
tree8660d8558d7d52256848b882c122931b0159ef5d
parent9d1cd57430417c8923b9727542608ac34008fa27 (diff)
parentf93691faed04e8f595b560d446f2328716ce8b10 (diff)
downloadakka-serial-4e7d68a3b846b6c0918536fa20d311f5018a63d7.tar.gz
akka-serial-4e7d68a3b846b6c0918536fa20d311f5018a63d7.tar.bz2
akka-serial-4e7d68a3b846b6c0918536fa20d311f5018a63d7.zip
Merge branch 'crosscompile-migration' of github.com:jodersky/flow into crosscompile-migration
-rw-r--r--documentation/embedded-building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/embedded-building.md b/documentation/embedded-building.md
index c2220ce..23750be 100644
--- a/documentation/embedded-building.md
+++ b/documentation/embedded-building.md
@@ -3,14 +3,14 @@ Setting up cross-compilation on your host machine can be quite a daunting task,
## Requirements
- a target platform that has enough resources for compiling native programs
-- a platform that can run SBT (referred to as the host)
+- a host platform that can run SBT
## Overview of required steps
1. Compile native sources on target platform to a library
2. Compile scala/java sources on host
3. Use the compiled library with the scala/java application
-## Detailed procdure
+## Detailed procedure
This section details the procedure for linux-based target platforms.
1. Compilation of native sources [on the target platform]