cant find .exe files of compiled litecoin-core?

cant find .exe files of compiled litecoin-core?

I have followed instructions in https://github.com/litecoin-project/litecoin/blob/master/doc/build-windows.md on a windows 10 machine running ubuntu Linux subsystem but I cannot find the executables anywhere? Theres the Linux litecoin-cli and litecoin-tx but no .exe files? the commands I used are:

PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
make
http://bit.ly/2G4oEw5

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?