[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] Installing tlf as non-root user
From: |
Pat Collins |
Subject: |
Re: [Tlf-devel] Installing tlf as non-root user |
Date: |
Sat, 14 Dec 2013 14:02:13 -0500 |
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 <address@hidden> 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" <address@hidden>
> To: "TLF" <address@hidden>
> 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
- Re: [Tlf-devel] Installing tlf as non-root user, jimw3fa, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Pat Collins, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Ed, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Ervin Hegedüs, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Jim Bruce, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Ed, 2013/12/14
- Re: [Tlf-devel] Installing tlf as non-root user, Jim Bruce, 2013/12/14