1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-14 08:48:03 +00:00

Fix build

This commit is contained in:
nonlin-lin-chaos-order-etc-etal 2024-12-14 12:35:03 +08:00
parent c815bdf532
commit 3abecd0c38

View File

@ -7,6 +7,5 @@ $ sudo apt-get install build-essential libtool git libboost-system-dev libboost-
$ 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
$ export CXXFLAGS=-DBOOST_NO_CXX11_SCOPED_ENUMS
$ qmake -qt=5 RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1 BOOST_NO_CXX11_SCOPED_ENUMS=1
$ make -j2