From e4603af7ef70181b65300f994430c252798ff437 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Tue, 25 Jun 2019 10:09:03 +0200 Subject: 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 --- 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 -- cgit v1.2.3-54-g00ecf