Pat I ran this and although it worked for me I did notice that during the startup og tlf (tlf -v) it complained about not having the hamlib libraries for my rig. Should "--enable-hamlib" (without the quotes) be in the ./config line as well as the path statement?
#first install these so tlf will configure without complaining sudo apt-get install build-essential sudo apt-get install autoconf sudo apt-get install libglib2.0-dev sudo apt-get install libncurses5-dev git clone https://github.com/Tlf/tlf.git tlf pushd tlf autoreconf --install ./configure --prefix=$HOME/local "--enable-hamlib" (without quotes) make install popd Jim W3FA ----- Original Message ----- From: "Pat Collins" <p...@linuxcolumbus.com> To: "TLF" <tlf-devel@nongnu.org> Sent: Saturday, December 7, 2013 9:23:44 AM Subject: [Tlf-devel] Installing tlf as non-root user Here is some instructions I wrote on how to install tlf as a non-root user direct from the git repo. Still requires the install of the build utilites as root, but you end up with tlf installed in $HOME/local instead of /usr/local. https://gist.github.com/patlc/7842051 Hope this helps somebody. Pat N8VW _______________________________________________ Tlf-devel mailing list Tlf-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tlf-devel