desktop-ubuntu/_installs/qr.sh

19 lines
217 B
Bash
Raw Permalink Normal View History

2023-06-18 15:34:39 +02:00
i \
autoconf \
automake \
autotools-dev \
libtool \
pkg-config \
libpng-dev
git clone --depth 1 \
https://github.com/fukuchi/libqrencode.git
cd libqrencode
./configure
make
sudo make install
sudo ldconfig