Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Missing make install. #92

Open
dreirund opened this issue Aug 30, 2019 · 2 comments
Open

Missing make install. #92

dreirund opened this issue Aug 30, 2019 · 2 comments

Comments

@dreirund
Copy link

Making a clean system-wide install (e.g. via a package manager) is quite difficult: The Makefile which gets generated by cmake misses a statement to do something make install-like.

While it is still quite easy to manually copy bin/sielo-browser and the other files at bin/, and a bit more complicated but still possible to copy the files at icons/, I have no clue where to copy the stuff under data/ (plugins, themes, etc.) to to have it system-wide available and automatically found by sielo-browser.

Please add a proper make install-functionality.

@Feldrise
Copy link
Member

I'm not sure to understand what you mean... 😅

If you talk about Linux related package files (icons, license) you should copy them in the standard way given by the package manager. If you talk about Sielo specifics stuff (like themes and plugins), you don't even have to copy them. Sielo will do it itself when it will run if they are not in place. You just have to make sure the data folder exist during the build.

@dreirund
Copy link
Author

dreirund commented Aug 31, 2019 via email

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

No branches or pull requests

2 participants