mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 16:34:29 +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:
commit
f3785a7896
@ -1,11 +1,11 @@
|
|||||||
### Debian/Ubuntu
|
### Debian/Ubuntu
|
||||||
|
|
||||||
$ sudo apt-get install build-essential libtool git libboost-system-dev libboost-program-options-dev \
|
$ 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 \
|
libboost-filesystem-dev libboost-thread-dev libdb++-dev libssl-dev zlib1g-dev \
|
||||||
libqt4-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools \
|
libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools \
|
||||||
libprotobuf-dev protobuf-compiler libqrencode-dev
|
libprotobuf-dev protobuf-compiler libqrencode-dev
|
||||||
|
|
||||||
$ git clone https://github.com/GOSTSec/gostcoin.git
|
$ git clone https://github.com/GOSTSec/gostcoin.git
|
||||||
$ cd gostcoin
|
$ 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
|
$ make -j2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user