Last active
July 24, 2022 15:33
-
-
Save kissarat/5fd44f20c9e8c9194fe8093b9788ec05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 8ffbd6c3789843cb024a3ee425ac4cc0482eaeb7 | |
apt-get update && apt-get install -y build-essential | |
apt-get install -y libssl-dev libqrencode-dev | |
apt-get install -y libboost-all-dev | |
apt-get install -y libdb-dev libdb++-dev | |
apt-get install -y qt4-qmake libqt4-dev | |
qmake | |
make -j2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment