1
0
Fork 0
forked from lthn/blockchain

GUI compilation update (#145)

This commit is contained in:
ArqTras 2019-12-15 14:35:40 +01:00 committed by cryptozoidberg
parent 622b6117fd
commit 9a55a0b7da

View file

@ -43,6 +43,7 @@ For GUI version:\
  `$ cd zano && mkdir build && cd build `\
  `$ cmake -D BUILD_GUI=ON .. `\
  `$ make -j Zano` \
  `$ rsync -haP ~/zano/src/gui/qt-daemon/html ~/zano/build/src` \
NOTICE: If you are building on machine with relatively small anount of RAM(small VPS for example, less then 16GB) and without proper setting of virtual memory, then be careful with setting `-j` option, this may cause compiller crashes.
3. Look for the binaries, including the `Zano` GUI, in the build directory