From 9d6c10581ef3a7b6477de5b5e9cd19ee047e022d Mon Sep 17 00:00:00 2001 From: Andreas Brekken Date: Thu, 17 Nov 2016 16:11:49 -0800 Subject: [PATCH] Improve OS X build instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80cec182..a3276c35 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,13 @@ TODO `cd monero-core` -8. Start the build: +8. Build libwallet - `build.sh` + `./get_libwallet_api.sh` + +9. Start the build: + + `./build.sh` The executable can be found in the `build/release/bin` folder.