jeroenbeijer / SDRReceiver

An SDR Receiver purposely for JAERO
MIT License
26 stars 7 forks source link

How to build from YML file? #3

Closed thebaldgeek closed 3 years ago

thebaldgeek commented 3 years ago

Firstly, I want to say a massive thank-you for building this project.... I have been flighting with SDR software and VAC issues for years and years. I am very very excited to try out this project.
My current issue is that I am not sure what sort of tool set I need to install in order to build either Windows or Linux files from the YML files.
Your readme.md does not mention how to build the code?
Thanks.

jeroenbeijer commented 3 years ago

Hi! There should be windows and linux binaries under the releases page (https://github.com/jeroenbeijer/SDRReceiver/releases) and then assets. I have not read up on the proper release process etc yet but will do so soon. Anyways those should get you started. You can run the windows build locally from an msys command line. From ubunti and also raspi (jonti has confirmed) it should work like this with git already installed:

git clone https://github.com/jeroenbeijer/SDRReceiver cd SDRReceiver ./ci-linux-build.sh

There are probably some issues to iron out still but hopefully the basics are working.

thebaldgeek commented 3 years ago

Ah, my bad. Somewhat inexperienced in the way of the GitHub. Thanks for pointing that out.
I will be testing on Windows to start, but am very interested in running up a Pi 4 to see how it goes there.
Will be writing up how-to notes etc on my pages: https://thebaldgeek.github.io/
Thanks again for pointing out where to find the builds.