Difference between revisions of "CVS"

From LinuxHam
Jump to navigationJump to search
(Turn libax25, ax25-tools and ax25-apps into links.)
(Fix typos and a little polishing)
Line 40: Line 40:
== Compilation notes ==
== Compilation notes ==


=== Predependencies ===
=== Build dependencies ===
install autoconf automake1.9 libtool libncurses-dev
install autoconf automake1.9 libtool libncurses-dev


At least automake1.4 on debian sarge and etch is known to be incompatible in preconfigureing the hdlcutil FL-Widgets tree.
Automake1.4 on debian sarge and etch is known to be incompatible in preconfigureing the hdlcutil FL-Widgets tree.


=== Bootstrap (aclocal, autoconf and make) ===
=== Bootstrap (aclocal, autoconf and make) ===
Line 58: Line 58:
== Maintainers ==
== Maintainers ==


Maintainers for ax25-apps/-tools and libax25 are  
Maintainers for ax25-apps, ax25-tools and libax25 are  
Ralf Baechle DL5RB <ralf@linux-mips.org> and
Thomas Osterried DL9SAU <ax25@x-berg.in-berlin.de>.


Please feel free to contact us in case of problems, bugs or fixes, patches, enhancements, feature requests, our just for your personal success story.
* [mailto:ralf@linux-mips.org Ralf Baechle DL5RB <ralf@linux-mips.org>]
* [mailto:ax25@x-berg.in-berlin.de Thomas Osterried DL9SAU <ax25@x-berg.in-berlin.de>]


== Way Out ==
Please feel free to contact us in case of problems, bugs or fixes, patches, enhancements, feature requests, or just for your personal success story.
 
Back to the [[LinuxAX25]] Project Homepage

Revision as of 10:07, 6 June 2009

Anonymous CVS

For those who always want to stay on the bleeding edge, and want to avoid having to download patch files or full tarballs, we also have an anonymous CVS server. There are currently three amateur radio relevant modules in CVS archive, libax25, ax25-apps and ax25-tools.

cvs -d :pserver:cvs@cvs.linux-ax25.org:/home/ax25-cvs login
(Only needed the first time you use anonymous CVS, the password is "cvs")
cvs -d :pserver:cvs@cvs.linux-ax25.org:/home/ax25-cvs co <module>

Web CVS

Browse the changes

Via cvsweb, you have direct access to the new AX.25 sources, and a few other projects hosted in the same CVS archive. The intuitive interface allows you to follow the development at the click of your mouse.

Download as tar archive

libax25 ax25-apps ax25-tools

CVS copy via Rsync

The CVS repository can also be fetched using rsync like this:

rsync -avz --progress --stats rsync://cvs.linux-ax25.org/cvs/<module> /local/directory
rsync -avz --progress --stats rsync://cvs.linux-ax25.org/cvs/CVSROOT /local/directory

You can then check it out using:

cvs -d/local/directory co <module>

Quarterly snapshots

We plan to automaticaly generate snapshots quarterly, downloadable as tar archives.

Compilation notes

Build dependencies

install autoconf automake1.9 libtool libncurses-dev

Automake1.4 on debian sarge and etch is known to be incompatible in preconfigureing the hdlcutil FL-Widgets tree.

Bootstrap (aclocal, autoconf and make)

for dir in libax25 ax25-apps ax25-tools; do
  cd $dir && sh bootstrap && make && make install && cd ..
done

On a new fresh installation, you should do "make installconf" in the libax25 ax25-apps ax25-tools directories, too. But be aware, that make installconf overwrites existing configuration files in /etc/ax25/.

Maintainers

Maintainers for ax25-apps, ax25-tools and libax25 are

Please feel free to contact us in case of problems, bugs or fixes, patches, enhancements, feature requests, or just for your personal success story.