aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-24 12:28:09 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-24 12:28:09 +0200
commitff6db6a9970af780e4a6925d3efc2769fa22d4ed (patch)
tree1a2d70e38782534591549f5ab58764b6b3cd10d0
parentd9e18a8843e527160c052b1d8dc91b927f9eaa89 (diff)
parent9d6c10581ef3a7b6477de5b5e9cd19ee047e022d (diff)
downloadmonzero-gui-ff6db6a9970af780e4a6925d3efc2769fa22d4ed.tar.gz
monzero-gui-ff6db6a9970af780e4a6925d3efc2769fa22d4ed.tar.xz
monzero-gui-ff6db6a9970af780e4a6925d3efc2769fa22d4ed.zip
Merge pull request #180
9d6c105 Improve OS X build instructions (Andreas Brekken)
-rw-r--r--README.md8
1 files 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.