Closed natedavis closed 7 years ago
When running configure on the 0.9.6.2 branch with the following:
./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --without-qrcode
also tried it with
./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --with-qrcode=no
Getting an error that we need zxing.h and qrencode.h, which both of those should not be needed if we run --without-qrcode
Infact, I am of the opinion that if we are compiling --without-gui, then we don't need any qrcode or zxing because both those require the GUI interface.
@wellenreiter01 fixed this in PR #250
When running configure on the 0.9.6.2 branch with the following:
./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --without-qrcode
also tried it with
./configure --with-miniupnpc --enable-upnp-default --disable-tests --without-gui --with-qrcode=no
Getting an error that we need zxing.h and qrencode.h, which both of those should not be needed if we run --without-qrcode