almindor / etherwall

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

How to compile from source? #19

Closed wenqingyu closed 7 years ago

almindor commented 7 years ago

It's mentioned in the main README

Open a terminal and navigate to the root folder of etherwall. Then run:

qmake -config release && make

Note that this is an "in place" build. You'll get the binary result right in the folder. You need QT5 installed for this to work (5.6+)

Please confirm if you got it to work, I'll leave this issue open until it's working for you.

almindor commented 7 years ago

README has been updated as new requirements have been added.