paulh002 / sdrberry

Raspberry pi SDR tranceiver using lvgl gui
GNU General Public License v3.0
53 stars 7 forks source link

libraries #9

Closed mpvano closed 1 year ago

mpvano commented 2 years ago

Paul, this is a great project, but I'm having no luck figuring out its dependencies.

Do you have a list of the actual names of these library packages and some hints about where to find them?

thanks,

M

paulh002 commented 2 years ago

Hi,

In the install directory there is a script install1.sh this will install all dependencies in the raspberry pi. I assume you will use your own hat (other install files are for radioberry hat or pluto)

copy install1.sh to the pi homedir and execute chmod +x install1.sh them execute ./install1.sh This is the most easy way. I will also check today if this method is not broken.

For the sd card best to install pi os bullseye with desktop, update and configure pi os and then use raspi-config to switch to commandline only interface. If you install commandline only a lot of dependencies are missing. If you have questions let me know.

73, Paul

mpvano commented 2 years ago

I'll give that a try!

On Jul 30, 2022, at 9:34 AM, Paul @.***> wrote:

 Hi,

In the install directory there is a script install1.sh this will install all dependencies in the raspberry pi. I assume you will use your own hat (other install files are for radioberry hat or pluto)

copy install1.sh to the pi homedir and execute chmod +x install1.sh them execute ./install1.sh This is the most easy way. I will also check today if this method is not broken.

For the sd card best to install pi os bullseye with desktop, update and configure pi os and then use raspi-config to switch to commandline only interface. If you install commandline only a lot of dependencies are missing. If you have questions let me know.

73, Paul

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.