xmr-btc-swap
xmr-btc-swap copied to clipboard
Use `libtor` to bundle tor directly into the CLI
We could use this library https://github.com/MagicalBitcoin/libtor to bundle tor
i have done this before on a different project and it doesn’t build natively on windows. still, we can put it behind a feature flag and use that for linux/macos binaries
for reference: https://github.com/tari-project/tari/pull/3641#issuecomment-1006557338
it doesn’t build natively on windows
that's a bummer :(
i have done this before on a different project and it doesn’t build natively on windows. still, we can put it behind a feature flag and use that for linux/macos binaries
But we can build it for windows on linux
true, it just means devs on windows can’t build without msys2/mingw
true, it just means devs on windows can’t build without msys2/mingw
have had to do this often, unfortunate tho it is