cryptonotefoundation / cryptonotewallet

83 stars 635 forks source link

how to build the GUI wallet on windows 7 ? #13

Open renrencoin123 opened 6 years ago

renrencoin123 commented 6 years ago

Which tools should I use?

  1. visual studio 2013 or QT5 for the GUI wallet build ?
  2. should I build the boost via visual studio or use mingw gcc?
  3. my qt version is : qt-opensource-windows-x86-mingw530-5.7.0 should i change it to msvc?

I can build successfully on ubuntu with the steps: mkdir build && cd build && cmake .. && make but can not build it done on Window, anyone can help?

thanks a lot!

pmitchev commented 6 years ago

Better use bytecoins GUI. It's a newer version of this wallet: https://github.com/amjuarez/bytecoin-gui

renrencoin123 commented 6 years ago

@pmitchev thanks. but no any build readme for bytecoin-gui. could you help give the steps for building bytecoin-gui?
e.g., which version QT ,boost, Mingw , and visual studio?

djmcg commented 6 years ago

I`m stack with the same place. Need advice how to make the GUI wallet.