sudo apt update && sudo apt install autoconf automake libtool curl make g++ unzip -y
- Download from github releases
- extract
tar -xvf
./configure
make -j16
make -j16 check
sudo make install
sudo ldconfig
sudo apt update && sudo apt install autoconf automake libtool curl make g++ unzip -y
tar -xvf
./configure
make -j16
make -j16 check
sudo make install
sudo ldconfig