←back to thread

47 points breezk0 | 1 comments | | HN request time: 0.201s | source

Title.

I think it is very rude to just install to any "default" directory and not asks the user where he wants it to be installed.

Show context
diffeomorphism ◴[] No.45772742[source]
Weird windows centric view.

There shouldn't even be a question where to put things much less a "wherever you want". Instead you want a sane, sensible standard.

replies(6): >>45772869 #>>45772897 #>>45772992 #>>45773110 #>>45773120 #>>45774091 #
1. gruez ◴[] No.45773110[source]
You mean how on linux "make install" just installs to whatever directory (/usr/bin/, /usr/local/bin/, /opt/?), and if you want to change it you have to do ./configure --prefix=whatever?