Installation fatal error: librpitx/librpitx.h
petitxef opened this issue · 1 comments
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!
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