Kukulkan wrote:
the page is having SSL Certificate issues. Not that trustworthy.
My hoster made same mistake during the last upgrade. Dunno when that will be fixed.
Kukulkan wrote:
How is this to get fixed by that installer-tool? Maybe I did not understand?
The tool knows the necessary GTK and QT Libraries and recognizes the environment it runs on. It shows the detected environment (so the user can verify it and abort it if something seems wrong).
Then it looks for matching setup files of the selected UI's you want to use and if it knows the required libraries for the current environment it runs in. Then you can simply let the tool install all required libraries with a click. The tool supports 32-bit and 64-bit linux installations and if things go as expected, any Linux preparation for different UI developments is a 2 or 3 mouseclick effort. But i can relate that you would not download and run a "unknown" binary from an "unsafe" website due to the SSL problem currently.
The full source is in the archive though and the environment detection and matching basically points to a ascii textfile which includes the list of required libraries. So you could download it but instead of installing and running, decompress it and manually use the text files from the architecture folder to do the same

Btw. the next big trust problem would have been the fact that the installation of libraries would really require root rights to start the package manager

To deal with all these trust problems, i simply develop inside linux virtual machines.
useful wrote:
I have been asking for a long time for an up-to-date checkinstall and an official statement about which Linux distributions (including their versions) are supported.
But I have never received an answer.
I understand that Fred and the company's resources are limited.
That is why I am waiting for an honest specific list.
Thats exactly the reason why i started the
linux installer project and the necessary
tool. Fred gave us the tools we need to do this ourselves.