1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-27 06:54:21 +00:00

Merge pull request #63 from nonlin-lin-chaos-order-etc-etal/patch-2

Update build_linux.txt - remove qt4 remnants & fix #61
This commit is contained in:
orignal 2024-12-14 15:39:26 -05:00 committed by GitHub
commit f3785a7896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
### Debian/Ubuntu
$ sudo apt-get install build-essential libtool git libboost-system-dev libboost-program-options-dev \
libboost-filesystem-dev libboost-thread-dev libdb++-dev libssl-dev zlib1g-dev qt4-qmake \
libqt4-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools \
libboost-filesystem-dev libboost-thread-dev libdb++-dev libssl-dev zlib1g-dev \
libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools \
libprotobuf-dev protobuf-compiler libqrencode-dev
$ git clone https://github.com/GOSTSec/gostcoin.git
$ cd gostcoin
$ qmake -qt=5 RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1
$ qmake -qt=5 RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1 BOOST_NO_CXX11_SCOPED_ENUMS=1
$ make -j2