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
#2
Code: (Select All)
DISTRO=debian
right below the checking for which distro.  and before the "if" statements.  that is all.  it's the way i do it on any debian-based distribution.

bunsenlabs may be lightweight but it is significantly heavier in ram use than others like slackel.  which has about the same disk footprint.  definitely heavier than antix.  but that one is h3|| with working with the file manager and changing disks and partitions.

i noticed your other thread.  always try to do things through setup_lnx.sh script.  in the future it will require more than one library as dependency.  to be installed to get qb64 phoenix working.
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)