Author

Topic: How to build a Windows Compilation Environment for Cryptonote Wallet Qt.- (Read 455 times)

newbie
Activity: 69
Merit: 0
Hello, can you post how exactly you did it or could you please help me with my GUI Wallet compiling for Windows? I am stuck with it since it don't have any useful tutorial which could guide me  Sad
member
Activity: 186
Merit: 10
Hello everyone.
Yes, finally I could compile almost any cryptonote wallet that I needed.

Windows 7 + VS2014 + Libboost (compiled by us 32/64 bits, boths) +Qt5 (5.9.x)

Could you help me compile my wallet? https://github.com/nutucoin/nutucoin-wallet

I've sent you a PM.
newbie
Activity: 30
Merit: 0
Hello everyone.
Yes, finally I could compile almost any cryptonote wallet that I needed.

Windows 7 + VS2014 + Libboost (compiled by us 32/64 bits, boths) +Qt5 (5.9.x)

Could you help me compile my wallet? https://github.com/nutucoin/nutucoin-wallet
member
Activity: 186
Merit: 10
Hello everyone.
Yes, finally I could compile almost any cryptonote wallet that I needed.

Windows 7 + VS2014 + Libboost (compiled by us 32/64 bits, boths) +Qt5 (5.9.x)
newbie
Activity: 9
Merit: 0
member
Activity: 75
Merit: 10
Were you able to compile? I am also trying to find documentation on how to compile in the Windows environment.
member
Activity: 186
Merit: 10
Hello everyone.

I am trying to compile a cryptonote-wallet Qt based in windows.

I have Visual Studio 14 2015. Libboost 1.64.0 compiled from source without any troubles and Qt 5.9.1 precompiled since I have issures trying to compile them.

All the instructions say a few steps regarding compilation in Windows.

mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" ..

Then open the solution and compile.

the Cmake detects everything (libboost and Qt) and compilation fails.
I can detect the problem is QT libraries, however I tried every version since 5.5 and higher.

Can anyone tell me if there is a guide for compiling wallet for cryptonote?.
I also followed the Bitcoin-qt Guide without success.

Thanks in advance.-
Jump to: