summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2019-06-25 10:09:03 +0200
committerRichard Leitner <richard.leitner@skidata.com>2019-06-25 13:10:34 +0200
commite4603af7ef70181b65300f994430c252798ff437 (patch)
tree7c0086e6fe048b3eb578f9babf854137b5d51f86
parente3a04fb1ebe7d86cc2714667de587fbe6535ce63 (diff)
downloadmeta-java-e4603af7ef70181b65300f994430c252798ff437.tar.gz
README: rewrite build host dependencies
Create a list of dependencies for building meta-java and mention the c++14 std needed by the latest cacao revision. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 7906324..743418c 100644
--- a/README
+++ b/README
@@ -122,7 +122,7 @@ BBLAYERS ?= " \
122 path_to_source/sources/meta-java \ 122 path_to_source/sources/meta-java \
123 " 123 "
124 124
125Please note that libstdc++ static is needed on your host to compile icedtea7-native 125Build host dependencies
126(install libstdc++-static on a Fedora). 126-----------------------
127 127 - gcc with c++14 support
128For debian-based distributions you need the libstdc++6-$compilerversion-dev package. 128 - libstdc++ static