eabase
eabase
Yep, I definitely agree, and if others are also interested we could patch this up fairly quickly. I'm completely new to this project, so I don't have much more useful...
I totally understand, as I've been trying to maintain several small projects myself, and had to abandon them because lack of time. And it's a very time consuming task, just...
@saitoha Would you accept a PR, if I reorganize all the Licenses and the README to a more readable state? - [ ] Put all license files under `./licenses` -...
You shouldn't use `hosts` file on Windows-11. It simply doesn't provide any security, and the OS is already set to ignore several entries in the hosts file, relating to Windows/OS/updates...
It should be noted that the build step above, will spit out a few compiler and linker `warnings`, that should be fixed. ```bash # cmake --build . --config Release --parallel...
To build `SoapySDR` check out: * https://github.com/pothosware/SoapyRTLSDR/issues/79
There is another issue how one of the CMake functions is collecting git tags: `-- Using Git version tag: -128-NOTFOUND on master at 202503021839`
Tried to enable documentation generation. Results in: - Several warnings about `obsolete` items. - Need to run: `doxygen -u Doxyfile` - A warning about invalid enum for `PAPER_TYPE`: `CUSTOMBUILD :...
@gdt > can you do that, and close the issue? Sorry, I don't have more time for this project at the moment. @zuckschwerdt I posted the steps here so that...