SDRPlusPlus icon indicating copy to clipboard operation
SDRPlusPlus copied to clipboard

Study the SDRPlusPlus Code Without Installing

Open KGx55 opened this issue 3 years ago • 2 comments

This is my first post and I hope it is ok. I am hoping to study the Mac version of SDRPlusPlus to learn from it before attempting to build it. I downloaded sdrpp_macos_amd64.pkg and unpacked it with the "pkgutil --expand" utility. The result had a file titled Sdrpp.pkg, which I viewed with “show package contents.” There, I could see three files. Two of those files, Payload and Bom were encoded and I was not able to read them. Is there a way to read the whole project code without installing the package?

KGx55 avatar Apr 10 '22 15:04 KGx55

Why don't you download the sources instead: git clone https://github.com/AlexandreRouma/SDRPlusPlus.git <some_empty_directory>

Or download the .zip from the frontpage.

gvanem avatar Apr 11 '22 05:04 gvanem

You could also read the code here online, for example https://github.com/AlexandreRouma/SDRPlusPlus/blob/master/core/src/gui/main_window.cpp.

shuyuan-liu avatar Apr 11 '22 09:04 shuyuan-liu