update readme files

pull/1/head
Tom Early 10 years ago
parent e0db8cff0e
commit e52b6aae4e

@ -52,19 +52,12 @@ git clone git://github.com/ac2ie/g2_ircddb.git
This will create a g2_ircddb directory with everything you need to build a dvap or
dvrptr ircddb gateway.
The first order of business is to build the necessary wxBase-2.8.12 library. There
is a script in the g2_ircddb directory to do all of this for you. Just cd to
g2_ircddb and type:
The first thing to do is change to the build directory with "cd g2_ircddb" and then
type "make" to build all the g2_ircddb executables. If you need DTMFS then also
execute "make g2link_test".
./build_wxBase
This will take serveral minutes to complete and you will see a lot of output.
Depending on your device and the OS you are using, you may be prompted for your
password for sudo access. Upon completetion, make sure you are still in the
g2_ircddb directory and type "make" to build all the g2_ircddb executables. If you
need DTMFS then also execute "make g2link_test".
Next, crate your g2.cfg configuration file. There are two example for you to look at:
Next, create your g2.cfg configuration file. There are two example for you to look
at:
. g2.everything.cfg contains all parameter with lengthly comments about what
each parameter does. The definitions that are commented out are defined with
their default value.

@ -1,6 +1,8 @@
g2_ircddb
=========
NEWEST! g2_ircddb now no longer depends on wxWidgits. You will need a to have a reasonably modern compiler. Type "g++ --version" to see what you have before you get started. I know it will compile properly with version 4.9, but I'm not sure how far back you can go. The jessie Raspbian works, but the wheezy Raspbian my not, at least out of the box. If you are stuck with an older compiler, you'll have to go with an earlier version of g2_ircddb, and there, you will have to make wxWidgits.
NEW! Software configuration is SIGNIFICANTLY easier because most parameters now have default values. Most hams will only need to define a few things.
PRETTY NEW: g2_ircddb has come up to current practices when it comes to ":IRCDDB" irc commands. This means irc hosts like rr.openquad.net can list your repeater frequency, offset, location and URL automatically if you want.

Loading…
Cancel
Save

Powered by TurnKey Linux.