Add execution step to README
This commit is contained in:
@@ -35,6 +35,8 @@ git clone https://github.com/adityapk00/zcash-qt-wallet.git
|
|||||||
cd zcash-qt-wallet
|
cd zcash-qt-wallet
|
||||||
/path/to/qt5/bin/qmake zcash-qt-wallet.pro CONFIG+=DEBUG
|
/path/to/qt5/bin/qmake zcash-qt-wallet.pro CONFIG+=DEBUG
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
./zcash-qt-wallet
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting FAQ
|
## Troubleshooting FAQ
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="confMsg">
|
<widget class="QLabel" name="confMsg">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>zcash msg</p></body></html></string>
|
<string><html><head/><body><p><br/></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ public:
|
|||||||
port->setPlaceholderText(QApplication::translate("Settings", "8232", nullptr));
|
port->setPlaceholderText(QApplication::translate("Settings", "8232", nullptr));
|
||||||
label_4->setText(QApplication::translate("Settings", "RPC Password", nullptr));
|
label_4->setText(QApplication::translate("Settings", "RPC Password", nullptr));
|
||||||
label_2->setText(QApplication::translate("Settings", "Port", nullptr));
|
label_2->setText(QApplication::translate("Settings", "Port", nullptr));
|
||||||
confMsg->setText(QApplication::translate("Settings", "<html><head/><body><p>zcash msg</p></body></html>", nullptr));
|
confMsg->setText(QApplication::translate("Settings", "<html><head/><body><p><br/></p></body></html>", nullptr));
|
||||||
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "Connection", nullptr));
|
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "Connection", nullptr));
|
||||||
} // retranslateUi
|
} // retranslateUi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user