From df3b24917c2f686b399ab9e8c49436dd2cfd1ce6 Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 19 Mar 2024 14:57:33 -0400 Subject: [PATCH] reorder build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2f3892ee..2662cdf98 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ Compiled WebAssembly binaries are committed to ./dist for convenience, but these 2. Clone monero-ts repository: `git clone --recursive https://github.com/woodser/monero-ts.git` 3. `cd monero-ts` 4. `./bin/update_submodules.sh` -5. Build the monero-cpp submodule (located at ./external/monero-cpp) by following [instructions](https://github.com/woodser/monero-cpp#using-monero-cpp-in-your-project) for your system. This will ensure all dependencies are installed. Be sure to install unbound 1.19.0 to your home directory (`~/unbound-1.19.0`). -6. Modify ./external/monero-cpp/external/monero-project/src/crypto/wallet/CMakeLists.txt from `set(MONERO_WALLET_CRYPTO_LIBRARY "auto" ...` to `set(MONERO_WALLET_CRYPTO_LIBRARY "cn" ...`. +5. Modify ./external/monero-cpp/external/monero-project/src/crypto/wallet/CMakeLists.txt from `set(MONERO_WALLET_CRYPTO_LIBRARY "auto" ...` to `set(MONERO_WALLET_CRYPTO_LIBRARY "cn" ...`. +6. Build the monero-cpp submodule (located at ./external/monero-cpp) by following [instructions](https://github.com/woodser/monero-cpp#using-monero-cpp-in-your-project) for your system. This will ensure all dependencies are installed. Be sure to install unbound 1.19.0 to your home directory (`~/unbound-1.19.0`). 7. `./bin/build_all.sh` (install [monero-project dependencies](https://github.com/monero-project/monero#dependencies) as needed for your system) ## Running tests