Page 3 of 5

Re: Official Linux distribution for PureBasic

Posted: Fri Nov 20, 2020 3:56 pm
by NicTheQuick
There is a How To about creating your own deb packages: https://wiki.debian.org/HowToPackageForDebian
But I do not know how the licencing procedure of Purebasic works exactly or if every user retrieves exactly the same zip file in his/her user account. Also you may do not want to install purebasic over an existing installation and also not as root. In this case a deb package is not practicable. Many users prefer installing multiple versions of Purebasic at the same time, so one can switch between different compiler versions easily.

Re: Official Linux distribution for PureBasic

Posted: Fri Nov 20, 2020 7:26 pm
by DarkDragon
With a bit effort Fred could set up an apt repo with authentification:

https://manpages.debian.org/testing/apt ... .5.en.html

Re: Official Linux distribution for PureBasic

Posted: Fri Nov 20, 2020 9:01 pm
by Shardik
Fred wrote:Thank you all for your feedback. I think we will procede as following:

- Build PB Linux x64 on 2 lastest Ubuntu LTS release. This will become the official supported OS for x64 PB.
- Build PB Linux x86 on lastest debian 32-bit (if it works).
That's a very good idea. Two LTS releases of one of the most popular and easy to install 64-bit distributions with good community support forums for the standard user and a current 32-bit Debian distribution which doesn't require much knowledge to install instead of the much more knowledge requiring Ubuntu 18.04 LTS 32-bit using NetBoot.

A further alternative for a fully supported 32-bit distribution would be Linux Mint 19.3 Tricia (Download) which is a LTS version (Cinnamon, Mate or Xfce) with 32-bit and 64-bit supported until April 2023. And it would be ideal also for beginners (like Ubuntu). To support only a single distribution, Linux Mint would be ideal because it offers the 32-bit LTS version 19 and 64-bit LTS versions 19 and 20. You only would have to decide on a desktop environment (Cinnamon, Mate or Xfce). Or you could go for the Debian version of Linux Mint...
Fred wrote:I'm sensible to the fact than old computers could get a new life using a modern linux system like debian and if PB could run on it it would be cool.
Just my thoughts!

Re: Official Linux distribution for PureBasic

Posted: Fri Nov 20, 2020 10:26 pm
by Saki
With me, Mate was always more flawless than Cinnamon.
Maybe that has changed in the meantime.
That is why I have long since decided to go with Mint.

Re: Official Linux distribution for PureBasic

Posted: Sat Nov 21, 2020 9:39 am
by useful
Joubarbe wrote:x64 for latest Ubuntu.
x64 for latest Debian.
Period. This is 2020. If you need an old version of PB, then use an old version of PB. Or refactor.

What’s the point of having LTS versions if the latest version are not even up to latest standards? If you want support for older technologies, stay with the versions that were made in the time when support of these technologies were provided.
Using old versions is great. As long as you don't run into a bug. And there is no way out of this situation. There is no return mechanism to fix the bug.
So this topic is not about old and new versions, but about compromise. It is about the fact that there will be officially marked those versions of distributions for which there is hope to fix the bug.

Re: Official Linux distribution for PureBasic

Posted: Sun Nov 22, 2020 4:34 am
by useful
Fred wrote:...
Future plan (suggestion):

-Use only LTS version of Ubuntu, and build PureBasic on the 2 last LTS. It would be 18.04 LTS and 20.04 LTS. As there is no 32-bit version, we will drop it (seems lilke a global move in linux distro). If we want to have a 32-bit version, we will need to choose another distribution (debian ?). I would avoid to build for 16.04 LTS as it's too old, and doesn't have required package for QT 5.
...
Please specify what the future is about.
5.73 is this the future?
Or is it about 6.0?

Edit: 2020.11.24
And so, version 5.73 is released as well as the previous ones without mentioning in readme, install, checkinstall subsystems qt and updates to the latest Linux distributions.
Hence the question, the future mentioned in this forum branch, when can it come?

Re: Official Linux distribution for PureBasic

Posted: Mon Nov 23, 2020 7:01 pm
by hadisch
With a focus on Ubuntu you certainly wouldn't go wrong. Ubuntu and its derivatives should cover the largest area of Linux users. The ultimate solution, however, would be to distribute Purebasic as an AppImage, which would eliminate the problems on almost all distributions.

Re: Official Linux distribution for PureBasic

Posted: Wed Jan 13, 2021 11:37 am
by AZJIO
Denis wrote:C'est beaucoup de travail pour des machines obsolètes.
I agree. Better wasting your time on a quality 64

Re: Official Linux distribution for PureBasic

Posted: Fri Jan 15, 2021 6:40 pm
by juror
Somewhat off-topic. Has anyone installed PB on the Linux distribution running under Windows 10?
(Tried a search but couldn't find a discussion).

cheers

Re: Official Linux distribution for PureBasic

Posted: Tue Jan 19, 2021 10:42 pm
by greyhoundcode
Use only LTS version of Ubuntu, and build PureBasic on the 2 last LTS. It would be 18.04 LTS and 20.04 LTS.
Sounds good to me.

Note: I tend to use Ubuntu derivatives and, for my own purposes, I have no problem with 32bit being dropped.

Re: Official Linux distribution for PureBasic

Posted: Wed Jan 20, 2021 2:01 pm
by useful
https://twisteros.com/ Based on Box86
Our ability to break into the world of ARM and because of wine there is a 32-bit base. Do not take away purebasic x86.

Re: Official Linux distribution for PureBasic

Posted: Mon May 17, 2021 4:01 am
by useful
What distribution is used to debug the linux version of the new backend?

Re: Official Linux distribution for PureBasic

Posted: Mon May 17, 2021 8:43 am
by Fred
It's only developped on Windows for now. The Alpha version will be Windows only.

Re: Official Linux distribution for PureBasic

Posted: Mon May 17, 2021 11:25 am
by NicTheQuick
Fred wrote: Mon May 17, 2021 8:43 am It's only developped on Windows for now. The Alpha version will be Windows only.
:cry:

Re: Official Linux distribution for PureBasic

Posted: Mon May 17, 2021 12:40 pm
by Bitblazer
Fred wrote: Mon May 17, 2021 8:43 am It's only developped on Windows for now. The Alpha version will be Windows only.
Where/how can we apply to become alpha testers? I would like to start with the QT3 port interface asap and i already have experience with the gcc/gpp toolchain and other compilers.