From a4540669f9c87312800f85a6b16a9b9787669789 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 30 Nov 2013 18:41:08 -0500 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6222c74 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +g2_ircddb +========= + +g2_ircddb source package with easy to use Makefile based on KI4LKF open source software. Needs Debian-based OS. + +Here is the short and sweet to get a DVAP hotspot up and running. + +./build_wxBase # build and install wxBase, needed for g2_ircddb + +make # build g2_ircddb, g2_link and dvap_rptr + +vi *.cfg # edit the all the configuration files + # any text editor will work +sudo make install # installs everything + +sudo reboot # the three services should be up and running after reboot + # running logs are in /var/log + +For much more details, see CONFIGURING and BUILDING. + +Tom Early, ac2ie@arrl.net