Hi David,

I cloned git Ralf's official AX.25 repository and could compile and install libax25, ax25-tools and ax25-apps.

Sources are in http://git.linux-ax25.org/cgit/

and the wiki site (http://www.linux-ax25.org/wiki/GIT) explains how to clone the directories (for example):

   git clonegit://git.linux-ax25.org/pub/scm/libax25

Then, in order to compile sources and perform installation, I found on http://www.linux-ax25.org/wiki/Compilation a bootstrap that did the job.

for dir in libax25 ax25-apps ax25-tools; do
  cd $dir && autoreconf --install --force && \
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--mandir=/usr/share/man && \
    make && make install && cd ..
done

There are a few warnings about missing things during ./configure process and by default install is not performed on /usr/local dirs.

One should edit the above script accordingly in order to get binaries installed in more convenient /usr/local dirs.

Then I installed FPAC and LinFBB applications and they seem to run, although things need some more testing.

I will report about it later.

Bernard, f6bvp


Le 14/10/2017 à 01:18, David Ranch a écrit :

Hey Bernard,

I'm curious on your thoughts of moving back to the Official AX25 sources.  I do know that Ralf and Thomas have been doing a lot of work on their code base yet Lee VE7FET's repo hasn't received any updates in at least 2 years.  Maybe you can do some testing with these udated sources with FBB, FPAC, and ROSE and see if things are OK?

--David


--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to