aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-11-28 19:25:02 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-11-28 19:25:02 +0100
commitcd4af6333c64a92bd41136303bcd9d03dd4c1bac (patch)
tree1886384d5179933b76cafe8b1051a25420f6dbe5
parentfbd5feb6298b62882f79ee8cb45ee05f79d89aed (diff)
README: explain that default setup are enough
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index b839152..c55afea 100644
--- a/README
+++ b/README
@@ -9,21 +9,33 @@
# build ODP native
# type make-test.sh -h to see what environment variables you can change.
+# Most of the time default setup are enough.
+$ ./make-test.sh
+
# one example to run from a local git url
$ GIT_ODP=file:///home/anders/src/odp ./make-test.sh
# build ODP for DPDK
# type make-dpdk-test.sh -h to see what environment variables you can change.
+# Most of the time default setup are enough.
+$ ./make-dpdk-test.sh
+
# one example to run from a local git url
$ GIT_DPDK=file:///home/anders/src/dpdk GIT_ODP=file:///home/anders/src/odp ./make-dpdk-test.sh
# build ODP for keystone2
# type make-ks2-test.sh -h to see what environment variables you can change.
+# Most of the time default setup are enough.
+$ ./make-ks2-test.sh
+
# one example to run from a local git url
$ GIT_KS_MANIFEST=file:///home/anders/src/ks2-manifest GIT_ODP=file:///home/anders/src/odp ./make-ks2-test.sh
# build clang, sparse and smatch
# type make-ssc.sh -h to see what environment variables you can change.
+# Most of the time default setup are enough.
+$ ./make-ssc.sh
+
# one example to run from a local git url
$ git_repo=file:///home/anders/src/odp tests=clang ./make-ssc.sh
@@ -34,5 +46,8 @@ $ PATCH_DIR=/home/anders/test-patches ./apply-and-build.sh
# cross compile ODP
# type cross-compile-test.sh -h to see what environment variables you can change.
+# Most of the time default setup are enough.
+$ ./cross-compile-test.sh
+
# one example to run with another ARCH
$ ARCH=arm64 ./cross-compile-test.sh