Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Build instruction added.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDero authored Aug 4, 2018
1 parent 674b92d commit 87a37a9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# dero_gui_wallet
# dero_gui_wallet (WIP)
DERO GUI wallet in Golang with QT bindings.
## BUILD
STEP 1: Install TheRecipe QT bindings for Golang from https://github.com/therecipe/qt


STEP 2: Get DERO packages, go get -u github.com/deroproject/derosuite/...


STEP 3: go get -u github.com/deroproject/dero_gui_wallet/...


STEP 4: cd src/github.com/deroproject/dero_gui_wallet/


STEP 5: qtdeploy build desktop


STEP 6: Find binaries in deploy directory.

0 comments on commit 87a37a9

Please sign in to comment.