Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing QB64PE on Bunsenlabs Linux
#1
Bunsenlabs (https://www.bunsenlabs.org) is a very light weight, Debian based distro that is great for running QB64PE.  To install QB64PE I just had to modify one line of the setup_lnx.sh install script.

I changed line 82 from

elif [ "$DISTRO" == "linuxmint" ] || [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "zorin" ]; then

to

elif [ "$DISTRO" == "linuxmint" ] || [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "zorin" ] || [ "$DISTRO" == "bunsenlabs" ]; then
Reply


Messages In This Thread
Installing QB64PE on Bunsenlabs Linux - by bigriverguy - 03-20-2025, 05:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QB64PE Excel-type spreadsheet supporting formulas and QB64PE macros? madscijr 33 1,600 01-30-2026, 12:28 AM
Last Post: madscijr
  Make windows .exe using Linux version? Circlotron 7 530 01-15-2026, 09:42 PM
Last Post: ahenry3068
  Linux Lubuntu INKEY$ issue TempodiBasic 7 672 09-09-2025, 02:53 PM
Last Post: hsiangch_ong
  Linux - file dialogue boxes... atl068 7 948 08-05-2025, 07:21 PM
Last Post: hsiangch_ong
  System Linux Chris 9 1,238 07-12-2025, 08:51 PM
Last Post: Chris

Forum Jump:


Users browsing this thread: 1 Guest(s)