Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help installing QB64PE on KDE Neon 2023 (Linux)
#4
Thank you for the replies.  I may revert to a backup image and try your suggestions, just to see if those simple steps would work instead of what I did (I'm running KDE neon on a bootable thumb drive).

Before I went to bed last night I was able to get it setup and working by googling around.  I did these steps first,

sudo apt install build-essential
sudo apt install zlib1g-dev
sudo apt install libasound2-dev

That corrected the make problem, but missing GL errors popped up, so I searched up  that and did this:

sudo apt-get install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev

The only error popping up then was no curl.h file, so I did this:

sudo apt-get install libcurl4-nss-dev

After that QB64PE was able to setup and I'm compiling programs.

Hope I didn't mess anything up - I'm still in elementary school when it comes to Linux, but I'm really liking Linux so far.  Runs so smooth on my laptop, even on a thumb drive.

- Dav

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: Help installing QB64PE on KDE Neon 2023 (Linux) - by Dav - 07-27-2023, 12:42 PM



Users browsing this thread: 1 Guest(s)