1. sudo apt-get install qt5-default
2. sudo apt-get install libqt5svg5-dev
3. git clone https://github.com/loh-tar/wpa-cute.git
4. 执行命令
cd src
qmake # 或 qmake-qt5
make # To enable debug messages run: make -f Makefile.Debug
离线
Ubuntu14.04/16.04 下面 Qt/g++ 版本要低一些, 编译过程中要修复一些错误才行。
离线
试一试编译成嵌入式版本并拷贝到rootfs:
git clone https://github.com/loh-tar/wpa-cute.git
cd src
/opt/buildroot-2019.08-hf/output/host/bin/qmake wpa_gui.pro
cp wpa-cute /opt/buildroot-2019.08-hf/output/target/usr/bin/
离线