Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component installation (Feature request) #636

Open
CharlyTango opened this issue Nov 10, 2023 · 4 comments
Open

Component installation (Feature request) #636

CharlyTango opened this issue Nov 10, 2023 · 4 comments

Comments

@CharlyTango
Copy link

Apparently fpcupdeluxe has the ability to install several components in a single run.
Example: fpcup.ini -> [FPCUPModule0]

Is it possible to to provide a funktion to install all needed components after download and compilation similar to OPM and Docking.

  • select/open an ini-file (similar format as fpcup.ini)
  • install the listes components

This way components not supported by OPM could be installed in a conveniant way.

I don't know how much work this is and whether it is even possible. But transferring settings in an old Lazarus to a newly installed instance would be the icing on the cake.

PS: Thank you for your work. Just the possibility to install Lazarus in this form is an argument to use Lazarus instead of D.

@LongDirtyAnimAlf
Copy link
Owner

Some years ago, I have disabled the option to install multiple modules at once. Due to the fact that it gave too many install errors that were hard to track.
However, it might be an idea to re-introduce it. Will think about it.
In the meantime. If you change your own fpcup.ini: module "MyOwnModule" and add the desired modules. Does that work for you ?

@CharlyTango
Copy link
Author

CharlyTango commented Nov 11, 2023 via email

@LongDirtyAnimAlf
Copy link
Owner

Ok Implemented.
87cb49f
The binaries have been updated
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.4.0bp

How it works.
The new binaries will create a new file : defmods.ini
Edit it to fit your needs.
Run fpcupdeluxe again and it will use this file.

@CharlyTango
Copy link
Author

CharlyTango commented Jan 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants