lpac/scripts/setup-debian.sh
Andy Schroder 979ccc8e8f
chore: improve build script for debian (#110)
* standardize .deb package output file name

* add zip dependency in setup-debian.sh for build.sh
2024-06-15 22:22:41 +08:00

4 lines
160 B
Bash
Executable file

#!/bin/bash
set -xeuo pipefail
sudo apt-get update
sudo apt-get install -y build-essential libpcsclite-dev libcurl4-openssl-dev gcc-mingw-w64 g++-mingw-w64 zip