Click to See Complete Forum and Search --> : installation path


scifire
09-11-2003, 03:22 PM
how i can specified the path where to install the program
i work on Sun Solaris and i don't have the permition to install in /usr
but i think that is possible to install the program i need to /home/scifire ?
if it is like that how to do it
i type this
./configure;
make;
make check;
make install;
make clean

but i cant run make install because this try to write into /usr/local/bin :(
any help or suggestion

Hayl
09-11-2003, 03:25 PM
it's usually --prefix=

try:

./configure --help

PS: deleted your crosspost in "technical" and moved this from installation to software. the installation forum is for linux installs not software. please do not crosspost - per the posting guidelines.

scifire
09-11-2003, 03:29 PM
Ok i will not
thaks for the advice

mdwatts
09-11-2003, 04:32 PM
Reading the INSTALL and README text files included with the package will always explain how to specify a installation path.

The JL Help File on Compiling Software will also explain the same.