[GH-ISSUE #287] make install? #92

Closed
opened 2026-05-05 03:39:19 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @amwink on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/287

I have built theIDE on a Ubuntu 24 machine from the repository, pretty much with these 4 commands:

git clone https://github.com/ultimatepp/ultimatepp.git
apt install libgtk-3-dev
configure
make all

so that was as easy as it comes. I could not see any options similar to make install -- not in the Makefile and configure scripts themselves and not from any information printed by those scripts. Is there a recipe for puting it in /usr/local (/bin, /lib, etc.)?

Originally created by @amwink on GitHub (Jun 30, 2025). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/287 I have built `theIDE` on a Ubuntu 24 machine from the repository, pretty much with these 4 commands: ``` git clone https://github.com/ultimatepp/ultimatepp.git apt install libgtk-3-dev configure make all ``` so that was as easy as it comes. I could not see any options similar to `make install` -- not in the `Makefile` and `configure` scripts themselves and not from any information printed by those scripts. Is there a recipe for puting it in `/usr/local` (`/bin`, `/lib`, _etc._)?
Author
Owner

@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.

<!-- gh-comment-id:3026596579 --> @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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#92
No description provided.