Is there any easy way to direct the makefile to install into a different path? I don't have write access to /usr - I'd like to install it into a subfolder in my userdir. Thanks in advance. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
./configure -help Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] <p><p>On Wednesday, July 17, 2002, at 07:21 , Paul Simon wrote:> Is there any easy way to direct the makefile to install into a different > path? I don't have write access to /usr - I'd like to install it into a > subfolder in my userdir. > > Thanks in advance. > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast- > request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is > needed. > Unsubscribe messages sent to the list will be ignored/filtered. ><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Paul Simon wrote:> Is there any easy way to direct the makefile to install into a different > path? I don't have write access to /usr - I'd like to install it into a > subfolder in my userdir../configure --prefix=~/usr that will install the stuff in ~/usr/bin, etc. <p>Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.