diff --git a/README b/README index 67e4c48d164802e3749663d23c641d6b6ef3f808..a47a698e98e6ed603a8d28f94a54229e11c8a60b 100644 --- a/README +++ b/README @@ -5,13 +5,15 @@ To build OSv 2) make sure all git submodules are uptodate ----------------------------------------- + git submodule init external/openjdk.bin/ + git submodule init external/libunwind git submodule update 1) build the specially patched libunwind ------------------------------------- cd external/libunwind - autoreconf -a + autoreconf -i sh config.sh make cp ./src/.libs/libunwind.a ../..