Skip to content

Conversation

@MarnixCroes
Copy link
Contributor

@MarnixCroes MarnixCroes commented Mar 8, 2024

.

#### Notes on upgrading versions generally:

If you just want the latest version in a new directory, go to the [releases](https://github.com/AdamISZ/joinmarket-clientserver/releases) page.
Binary executables (of JoinmarketQt) are currently being built only for Windows, please verify the signature on the .exe file attached to the release.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest JM release don't have these, so removed it


(to build `libsodium` after):

git clone git@github.com:jedisct1/libsodium.git
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't work
so changed it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, HTTPS is safer option for read-only access, for git@github.com to work, some additional configuration is needed.

git checkout 490022745164b56439688b0fc04f9bd43578e5c3
make clean
./autogen.sh
./configure --prefix JM_ROOT --enable-module-recovery --disable-jni --enable-experimental --enable-module-ecdh --enable-benchmark=no
Copy link
Contributor Author

@MarnixCroes MarnixCroes Mar 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--disable-jni this is an unrecognized option
related #1657

docs/INSTALL.md Outdated
git clone git@github.com:bitcoin-core/secp256k1
git clone https://github.com/bitcoin-core/secp256k1.git
cd secp256k1
git checkout 490022745164b56439688b0fc04f9bd43578e5c3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, is this ok?
it's a very old commit

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, should be changed to git checkout v0.4.1, to match install.sh.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

@kristapsk kristapsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6e33686

@kristapsk kristapsk merged commit f5da629 into JoinMarket-Org:master Mar 8, 2024
@MarnixCroes MarnixCroes deleted the install-doc branch March 8, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants