Skip to content

Commit

Permalink
Merge #1744: doc: small install doc updates
Browse files Browse the repository at this point in the history
6de1bab doc: small install doc updates (Marnix Croes)

Pull request description:

  Small doc improvements/updates

ACKs for top commit:
  kristapsk:
    ACK 6de1bab

Tree-SHA512: 8b09046b7835a51a324e3e7b44fe71e4ef57d707342bc24ee38505a0bdfe2e1ddaf33d38de67ed368b6c1b5f72d178438335916cc91b26ea9893ab6a59345b9f
  • Loading branch information
kristapsk committed Nov 5, 2024
2 parents 2436ba4 + 6de1bab commit 4e9a08d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ Then build and install a local copy of libsecp256k1 for python-bitcointx:
cd deps
git clone https://github.com/bitcoin-core/secp256k1.git
cd secp256k1
git checkout v0.4.1
make clean
git checkout v0.5.0
./autogen.sh
./configure --prefix JM_ROOT --enable-module-recovery --enable-experimental --enable-module-ecdh --enable-benchmark=no
make
Expand Down Expand Up @@ -98,7 +97,7 @@ If you have installed this "full" version of the client, you can use it with the
```
git clone https://github.com/bitcoin-core/secp256k1
cd secp256k1
git checkout 490022745164b56439688b0fc04f9bd43578e5c3
git checkout v0.5.0
./autogen.sh
./configure --enable-module-recovery --disable-jni --enable-experimental --enable-module-ecdh --enable-benchmark=no
make
Expand Down Expand Up @@ -151,7 +150,6 @@ There are currently two choices for installing on Windows; one, directly install
#### Installation directly on Windows
As per the note above, binaries for JoinmarketQt are being offered with releases as of 0.7.0+.
This section is for doing a full command line install, on Windows.
First, if you have not done so, install [Python](https://www.python.org/downloads/windows/) - specifically, the latest Python 3 version. Make sure to choose to install `pip` during the installation (it should be included automatically, but you can choose the custom installation option to choose it).
Expand Down Expand Up @@ -188,7 +186,7 @@ From here, go to `Configuring Joinmarket` below.
3. When asked, choose to restart.
##### Install Ubuntu from the Microsoft Store
1. Open the `Microsoft Store`, search for `Ubuntu 18.04 LTS` and click `Get`.
1. Open the `Microsoft Store`, search for `Ubuntu 24.04.1 LTS` and click `Get`.
> note: other distributions are available, but this is the only one tested
2. When finished downloading click `Launch`.
3. A window should pop up, telling your `Installing, this may take a few minutes...`
Expand Down

0 comments on commit 4e9a08d

Please sign in to comment.