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

PREFIX in README #43

Open
jwilk opened this issue Jul 30, 2016 · 1 comment
Open

PREFIX in README #43

jwilk opened this issue Jul 30, 2016 · 1 comment

Comments

@jwilk
Copy link
Contributor

jwilk commented Jul 30, 2016

README reads:

You can overload the prefix path by defining the PREFIX environment variable before installing.

$ PREFIX=$HOME make install

However, with the advent of autotools-based build system, this no longer works.

@cemeyer
Copy link
Collaborator

cemeyer commented Jul 30, 2016

DESTDIR= controls the root under which stuff is installed, at make install time — but if you configured with PREFIX of /usr/local, it'll just go to $DESTDIR/usr/local. Hm.

Maybe we should just specify that you should use the configure argument --prefix.

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