Re: Writing AX.25 Server Progie

From: Curt Mills, WE7U (prmns@kn24.no)
Date: Thu Jan 02 2003 - 21:02:51 EET

  • Next message: John Ackermann N8UR: "Re: Writing AX.25 Server Progie"

    On Wed, 1 Jan 2003, Chuck Gelm wrote:

    > Thanks for your informative response.
    > I'll try a 'stable' release of Xastir soon.

    No! Try the latest "development" package instead! :-)

    > However, I have no idea what CVS is.
    > Is CVS are requirement?

    _I_ think it is! ;-)

    CVS stands for Concurrent Versions System. It's built on top of
    RCS, so you need both installed.

    Here's what you can do as a user. Following are two LONG lines, so
    if your e-mail is wrapping them, unwrap them before typing. They
    will create an "xastir" directory where you are sitting and populate
    it with the latest sources:

    cvs -d:pserver:terhi.victor@logonet.com:/cvsroot/xastir login

    cvs -z3 -d:pserver:terhi.victor@logonet.com:/cvsroot/xastir co xastir

    When prompted for a password for anonymous, press the Enter key.

    Ok. Now that you have Xastir sources sitting there (wasn't that
    easy?), you can do this:

        cd xastir
        ./configure
        make
        make install-strip;chmod 4555 /usr/local/bin/xastir

    Now you have Xastir installed.

    To update to the latest developers code, you do this:

        cd xastir
        cvs update
        make install-strip;chmod 4555 /usr/local/bin/xastir

    The "cvs update" part takes only a few seconds, 'cuz it just snags
    down the patches to the code, and not the whole stinkin' sources.
    It makes it very fast/easy to keep up with the latest. You can do a
    cvs update immediately after a developer anywhere in the world has
    submitted changes, and you'll get them. How's that for up-to-date
    code!

    Some people do an update every day. If changes come down, they
    compile/install. The codebase moves pretty fast sometimes.

    -- 
    Curt Mills, WE7U                    otxom@uwsp.edu
    Senior Methods Engineer/SysAdmin
    "Lotto:    A tax on people who are bad at math!"
    "Windows:  Microsoft's tax on computer illiterates!" -- WE7U
    "The world DOES revolve around me:  I picked the coordinate system!"
    

    - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to hah.pkpusb@mailit.tunk.net More majordomo info at http://vger.kernel.org/majordomo-info.html



    This archive was generated by hypermail 2b30 : Thu Jan 02 2003 - 21:03:21 EET