Die Suche ergab 83 Treffer

von DonAlfredo
So 16. Mär 2025, 12:05
Forum: Linux
Thema: [gelöst] Lazarus unter Linux
Antworten: 19
Zugriffe: 16202

Re: [gelöst] Lazarus unter Linux

The install script needs admin rights.
And fpcupdeluxe is a pure normal user app.
This is why (IMHO) a combi is not the right thing to do.
von DonAlfredo
Mo 30. Dez 2024, 10:13
Forum: Programme
Thema: fpcupdeluxe mit dynamischen Gitlab-Tags
Antworten: 19
Zugriffe: 8104

Re: fpcupdeluxe mit dynamischen Gitlab-Tags

On Windows, the tools needed to do all the magic are only downloaded (when missing) during the install-process. So only AFTER pressing a install button.
The GIT-tags will not be available on first launch when GIT is not installed on the system. The latest release should give a warning about that ...
von DonAlfredo
Mo 23. Dez 2024, 13:09
Forum: Programme
Thema: fpcupdeluxe mit dynamischen Gitlab-Tags
Antworten: 19
Zugriffe: 8104

Re: fpcupdeluxe mit dynamischen Gitlab-Tags

FPC and Lazarus release candidates are also available using the current fpcupdeluxe. Under the "Tags".
See included screenshot.
aaatags.png
aaatags.png (77.63 KiB) 4641 mal betrachtet
von DonAlfredo
Mo 23. Dez 2024, 11:41
Forum: Programme
Thema: fpcupdeluxe mit dynamischen Gitlab-Tags
Antworten: 19
Zugriffe: 8104

Re: fpcupdeluxe mit dynamischen Gitlab-Tags

You can add a tag yourself with the current fpcupdeluxe. Just have a look into fpcup.ini to see how this is done.

Code: Alles auswählen

[ALIASfpcTAG]
stable.gitlab=release_3_2_2
; 3.2.4.gitlab=release_3_2_4  <------ uncomment to add tag for future release
3.2.2.gitlab=release_3_2_2
3.2.0.gitlab=release_3_2_0
von DonAlfredo
So 22. Dez 2024, 11:44
Forum: Programme
Thema: fpcupdeluxe mit dynamischen Gitlab-Tags
Antworten: 19
Zugriffe: 8104

Re: fpcupdeluxe mit dynamischen Gitlab-Tags

First of all, thanks for this modification of fpcupdeluxe !
I like the idea, but the implementation should be made (slightly) different.

Main point (of critic).
Your mod tries to download the tags during startup. That is not good. The GUI must be able to start without any internet access.
Advice ...
von DonAlfredo
So 18. Aug 2024, 15:33
Forum: Linux
Thema: Nochmal eine Frage zu FpcUpDeluxe
Antworten: 9
Zugriffe: 4414

Re: Nochmal eine Frage zu FpcUpDeluxe

I will look into this. Its been a long time since I had a look at Lazarus running under QT5/6.
The target of these special fpcupdeluxe-qt# versions is indeed to build/have a Lazarus nunning under QT#.
Will keep you informed about progress, id any.

Additional/personal.
I use QT# a lot under Wayland ...
von DonAlfredo
Sa 8. Jun 2024, 15:55
Forum: Linux
Thema: FpcUpDeLuxe ist aktualisiert
Antworten: 6
Zugriffe: 2880

Re: FpcUpDeLuxe ist aktualisiert

I will try to implement an updater for tags and branches. However, that is not an easy task.

https://gitlab.com/freepascal.org/lazarus/lazarus/-/tags
https://gitlab.com/freepascal.org/lazarus/lazarus/-/branches/all

https://gitlab.com/freepascal.org/fpc/source/-/tags
https://gitlab.com/freepascal ...
von DonAlfredo
Do 16. Mai 2024, 07:49
Forum: Linux
Thema: Debian Bookworm und Lazarus Problemchen
Antworten: 3
Zugriffe: 2721

Re: Debian Bookworm und Lazarus Problemchen

FYI.
Bookworm default to Wayland as display manager. That might be the cause of the Lazarus-issues you encounter.
You might try to switch (back) to X as display-manager. This is what I normally do. QT5/6 might also be an option.
von DonAlfredo
Di 14. Mai 2024, 21:19
Forum: Raspberry Pi & Co.
Thema: RaspberryPi64 aarch64 - mit FpcUpDeluxe Lazarus installieren [gelöst]
Antworten: 6
Zugriffe: 3457

Re: RaspberryPi64 aarch64 - mit FpcUpDeluxe Lazarus installieren

You need FPC fixes 3.2 on these system. Lazarus stable should work with fixes.
von DonAlfredo
Mo 26. Feb 2024, 16:17
Forum: Dies und Das
Thema: Lazarus-Installation auf Windows
Antworten: 34
Zugriffe: 20855

Re: Lazarus-Installation auf Windows

IMHO, it is very simple (in your user-case).

Lazarus provides ready to use installers for Windows.
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%203.0/
Use them and you are ready to go.

If you want something special, like cross-compiling or trunk versions or ...
von DonAlfredo
Mi 22. Nov 2023, 07:28
Forum: Windows
Thema: FPCUPDeluxe
Antworten: 33
Zugriffe: 22617

Re: FPCUPDeluxe

This is a good question. The sources of fpcupdeluxe include a list of compatible versions. Still need a way to implement this.
List:
Lazarus 0.9.24 + FPC 2.2.4
Lazarus 0.9.26 + FPC 2.2.4
Lazarus 0.9.28 + FPC 2.4.0
Lazarus 0.9.30 + FPC 2.4.4
Lazarus 1.0.0 + FPC 2.4.4
Lazarus 1.0.0 + FPC 2.6.0 ...
von DonAlfredo
Di 14. Nov 2023, 09:42
Forum: Windows
Thema: Installation neue Lazarus-Version
Antworten: 4
Zugriffe: 7033

Re: Installation neue Lazarus-Version

Additional.
I am working on a feature that will store the installed packages info. This info-file can subsequently be used for any other install by fpcupdeluxe to auto-install all needed packages. The result should be single-click install of FPC, Lazarus and all additional packages.
von DonAlfredo
Fr 18. Aug 2023, 19:03
Forum: Linux
Thema: [Gelöst] Installation Release Candidate mit FpcUpDeLuxe?
Antworten: 2
Zugriffe: 6810

Re: Installation Release Candidate mit FpcUpDeLuxe?

You can.

Goto the TAG-tab.
Select the desired RC.
Add the tag.
Goto the basic-tab.
Select the desired RC.

I hope it will work.
rc-up.png
rc-up.png (64.14 KiB) 6781 mal betrachtet
von DonAlfredo
Do 10. Aug 2023, 08:25
Forum: Einsteigerfragen
Thema: Programm läuft mit neuer Linux Version nicht
Antworten: 56
Zugriffe: 7515

Re: Programm läuft mit neuer Linux Version nicht

Please be informed that fpcupdeluxe has install-scripts for many systems.
See: https://github.com/LongDirtyAnimAlf/fpc ... allscripts