summaryrefslogtreecommitdiffstats
path: root/getting-started/setup-sdk-environment.md
diff options
context:
space:
mode:
authorStéphane Desneux <stephane.desneux@iot.bzh>2017-02-20 18:30:01 +0100
committerGitHub <noreply@github.com>2017-02-20 18:30:01 +0100
commita3d0b9d4aba91c22ce250ac39753ee6e7a31159e (patch)
tree509da4ea4f151e61064a4827b32b229b5152fd9c /getting-started/setup-sdk-environment.md
parent4a99299b85430d9bb479aa5170709406c84ecd8c (diff)
setup-sdk-environment: fix incomplete step 5
Sourcing SDK environment is required for correct build.
Diffstat (limited to 'getting-started/setup-sdk-environment.md')
-rw-r--r--getting-started/setup-sdk-environment.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/getting-started/setup-sdk-environment.md b/getting-started/setup-sdk-environment.md
index 9306a73..0e9e7cd 100644
--- a/getting-started/setup-sdk-environment.md
+++ b/getting-started/setup-sdk-environment.md
@@ -91,7 +91,13 @@ install_sdk ~/share/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-cortexa15hf
## Step 5: build your application
-You're ready to go: get the sources, run the builds ...
+First, you must source the SDK environment you wish to use (you MUST repeat this step each time you open a new shell):
+
+```bash
+source /xdt/sdk/environment-setup-<your_target>
+```
+
+You're then ready to go: get the sources, run the builds ...
```bash
git clone <your repo for your app>;