¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

New Makefile


 

I have updated the QnetGateway Makefile in two important areas.

  1. I have added new targets, "mmdvm", "dvap", and "dvrptr" so that if you are building an MMDVMHost based system, type "make mmdvm" to compile only the files that are needed for the install target. Likewise, type "make dvap" or "make dvrptr" to compile only the files that are needed for the installdvap or installdvrptr target. This will speed up the compilation of the QnetGateway program, especially for single core boards like the Raspberry Pi Zero. Please note that "make" (without a target) will still build all programs.
  2. The files qn.cfg, gwys.txt and optionally MMDVM.qn are now installed as symbolic links in the $(BINDIR) installation directory. This will eliminate problems where you either edit the wrong file, or accidentally install an older copy over a newer copy when reinstalling. You also don't need to use root access to update these files.
Tom N7TAE