Ok. Hamlib was installed normally and not locally. I added --enable-hamlib to the ./configure line and all is working or appears to be except cwdaemon crashes. Jim ------Original Message------ From: Pat Collins To: Jim Bruce Cc: TLF Subject: Re: [Tlf-devel] Installing tlf as non-root user Sent: Dec 14, 2013 14:02
Yes. If you've also installed hamlib locally (see INSTALL file in hamlib source) to build tlf locally with that you would do PKG_CONFIG_PATH=$HOME/local/lib/pkgconfig/ ./configure --prefix=$HOME/local --enable-hamlib and then to start tlf it would be LD_LIBRARY_PATH=$HOME/local/lib/ tlf or put LD_LIBRARY_PATH=$HOME/local/lib to your .bashrc file. Pat On Fri, 13 Dec 2013 22:23:13 -0500 (EST) Jim Bruce <jimw...@gmail.com> wrote > 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 Sent via BlackBerry by AT&T _______________________________________________ Tlf-devel mailing list Tlf-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tlf-devel