lheijst / weewx-rtldavis

weewx driver that captures data from software-defined radio using the rtldavis software.
GNU General Public License v3.0
14 stars 5 forks source link

On step 5 of instructions compiling GO could you point to https://github.com/lheijst/rtldavis #13

Open LloydR opened 1 year ago

LloydR commented 1 year ago

If one tries to just do step 5 in these instructions there are problems. Instead of step5 here they need to go to https://github.com/lheijst/rtldavis and follow those instructions and then come back.

gary-hammer commented 1 year ago

You may also want to change the GO get portion as that is depreciated. https://go.dev/doc/go-get-install-deprecation 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

gary-hammer commented 1 year ago

See issue 18 for more