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 <[email protected]> --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 7906324..743418c 100644 --- a/README +++ b/README @@ -122,7 +122,7 @@ BBLAYERS ?= " \ path_to_source/sources/meta-java \ " -Please note that libstdc++ static is needed on your host to compile icedtea7-native -(install libstdc++-static on a Fedora). - -For debian-based distributions you need the libstdc++6-$compilerversion-dev package. +Build host dependencies +----------------------- + - gcc with c++14 support + - libstdc++ static -- 2.20.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
