esptool-gui/build-linux.sh

17 wiersze
272 B
Bash
Czysty Zwykły widok Historia

2022-09-19 22:19:04 +00:00
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
# Make sure to have the required qt libraries installed
# sudo apt install build-essential qtbase5-dev libqt5serialport5-dev
rm -f esptool-gui
rm -f *.o
qmake
make
rm -rf tool-esptool
cp -r tools-linux/tool-esptool .