F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
4.06k stars 539 forks source link

Installation fatal error: librpitx/librpitx.h #311

Closed petitxef closed 11 months ago

petitxef commented 11 months ago

Hello! I'm trying to fresh install rpitx in a raspberry pi 3 B+ and show up several fatal error. I use a raspberry pi OS lite (64 bit) Bookworm.

The first codes: sudo apt-get install git git clone https://github.com/F5OEO/rpitx cd rpitx ./install.sh And then, this code show: https://pastebin.com/B5dsjNpR

Several fatal error: librpitx/librpitx.h: No such file or directory.

What I need to do to install it properly?

Thanks in advance!

petitxef commented 11 months ago

Well... After some investigation, i found that is necessarily to install PRIOR to rpitx, the librpitx: https://github.com/F5OEO/librpitx

Remember: first the librpitx: https://github.com/F5OEO/librpitx Seconds: Rpitx

Anyway, the installation show some warnings, but finally works. I paste the code with the warnings: https://pastebin.com/Sebrn5LD

I recommend to update the readme rpitx project, explaining that you need install first the librpitx