Comments for https://wellys.com/posts/avr_c_gdb_bloomhints/
Comments for: https://wellys.com/posts/avr_c_gdb_bloomhints/
- RRandall Young @RandoSY
I was wondering if had any advice on how to build Bloom for Manjaro. I'm experimenting with a VM to get the most recent avr-gdb as you suggest.
Loving all your postings, much to learn I want to know here! :))- LLief Koepsel @lkoepsel
I didn't build it for Manjaro, as I had too many issues attempting to build with KDE. I did this:
(I had posted this on the Bloom Github site...) "Regarding .deb package installation, I did the following for ArchLinux (in my case, it was Manjaro):
Using the instructions here, I converted the .deb to a tar.zst package
https://ostechnix.com/convert-deb-packages-arch-linux-packages/sudo debtap -u
deptap Downloads/Bloom-0.4.2-Linux.deb
sudo pacman -U Downloads/bloom-0.4.2-1-x86_64.pkg.tar.zst
Installed with no issues."- RRandall Young @RandoSY
That's the ticket!
[rasyoung@manjaro-vm ~]$ bloom --version Bloom v0.5.0 https://bloom.oscillate.io/ Nav Mohammed Thank you! `