You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:mooltipass/moolticute.git
cd moolticute
git submodule update --init --recursive
git switch v1.04.0
mkdir build
cd build
apt install libqt5websockets5-dev qt-sdk qt5-qmake qt5-default libudev-dev qttools5-dev-tools
qmake ../Moolticute.pro
make
error:
in file included from ../src/CredentialsManagement.h:28,
from ./ui_MainWindow.h:36,
from ../src/MainWindow.cpp:20:
../src/utils/TOTPReader.h:5:10: fatal error: QZXing.h: No such file or directory
5 | #include "QZXing.h"
| ^~~~~~~~~~
Operating System
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Mooltipass Device
The Mooltipass Mini BLE
The text was updated successfully, but these errors were encountered:
ConYel
changed the title
moolticute build on debian
moolticute error building on debian
Sep 4, 2024
Expected behavior
build without errors
Actual behavior
Getting error in make for missing
QZXing.h
Step by step guide to reproduce the problem
error:
Operating System
Mooltipass Device
The text was updated successfully, but these errors were encountered: