Skip to content
Snippets Groups Projects
Commit 04381346 authored by Dor Laor's avatar Dor Laor
Browse files

Fix build instructions:

 - add git submodule init
 - use the right flag for autoreconf
parent eca6bb8e
No related branches found
No related tags found
No related merge requests found
......@@ -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 ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment