final working build

This commit is contained in:
Chris Frankland-Wright 2025-06-23 16:02:12 +01:00
parent 35a31f8271
commit d6ca425d7c

View file

@ -56,12 +56,6 @@ if ! command -v ltcdump >/dev/null 2>&1; then
fi fi
cd ltc-tools cd ltc-tools
echo "Installing autotools build dependencies..."
sudo apt install -y autoconf automake libtool
echo "Configuring build..."
./configure
echo "Compiling ltc-tools..." echo "Compiling ltc-tools..."
make make