mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #287] make install? #92
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amwink on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/287
I have built
theIDEon a Ubuntu 24 machine from the repository, pretty much with these 4 commands:so that was as easy as it comes. I could not see any options similar to
make install-- not in theMakefileandconfigurescripts themselves and not from any information printed by those scripts. Is there a recipe for puting it in/usr/local(/bin,/lib, etc.)?@mirek-fidler commented on GitHub (Jul 2, 2025):
No, mostly because what to do with theide and umk is up to developer. Usually we put these into ~/bin and leave U++ sources in ~ (e.g. in ~/upp.src). theide / umk mostly does not care where it is run from, tries to find appropriate .config and .cache folders which is all that it needs to work.