bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Can not compile for windows 11 #146

Closed ruahman closed 1 year ago

ruahman commented 1 year ago

Describe the bug
I try running cargo build in windows 11 and I get the following error.

image

Build environment

ruahman commented 1 year ago

okay I figured it out.
I looked at this article https://raginginverno.wordpress.com/2013/01/23/welcome/ I then copied the sqlite3.dll and sqlite3.lib to C:\Users\dego_.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib. it now works