almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Want to set up this code on visual studio #111

Closed pakistan0021 closed 3 years ago

pakistan0021 commented 5 years ago

Hello every One i want to setup this code to my visual studio

almindor commented 5 years ago

I'm not aware of visual studio supporting QT5 projects. Is there any particular reason why it needs to be VS? You should be able to use QtCreator in windows without any issues.

pakistan0021 commented 5 years ago

then how i run this source code i am doing reseach on the ether wallet please help me to setup and run this code

almindor commented 5 years ago

You should install QT5 and QtCreator. Also make sure to follow the instructions in the README and properly initialize the git submodules.

After that just open the .pro file in QtCreator, create a desktop configuration for it and run.