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

./configure --prefix not working #18

Open
dramb-lys opened this issue Feb 23, 2016 · 8 comments
Open

./configure --prefix not working #18

dramb-lys opened this issue Feb 23, 2016 · 8 comments

Comments

@dramb-lys
Copy link

Install location uses /usr/lib/ regardless.

@TingPing
Copy link
Owner

If hexchat is installed it uses the correct install location for that hexchat install, I could add a flag to ignore that though.

@dramb-lys
Copy link
Author

It's nice to let --prefix override the default location. Not a major issue though.

@fred0r
Copy link

fred0r commented May 21, 2016

It would be really nice if the '--prefix' will be supported.

@TingPing
Copy link
Owner

Respecting --prefix just means users can install it into the wrong directory.

@fred0r
Copy link

fred0r commented Jul 20, 2016

I personally would use it to install the otr-module to $HOME : --prefix=$HOME
So i wouldnt need the root-acc for the installation.

@TingPing
Copy link
Owner

@fred0r Well that would never work anyway, hexchat doesn't support local prefixes directly. So one option is to just add something like make local-install that installs directly into ~/.config/hexchat/addons which will just be a hardcoded path.

@TingPing
Copy link
Owner

Or something like --hexchatlibdir=~/.config/hexchat/addons.

@fred0r
Copy link

fred0r commented Aug 4, 2016

Any Option to build to a usable local installation would be nice to have.

TingPing added a commit that referenced this issue Sep 23, 2018
local_install option relevant to #18
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

3 participants