Brandon,

Use the --prefix option of the configure script:

    $ ./configure --prefix=/some/local/path
    $ make
    $ make install

Then make sure /some/local/path is in your PATH:

    $ echo 'PATH=/some/local/path:$PATH' >> ~/.profile
    $ echo 'export PATH' >> ~/.profile
    $ source ~/.profile


Mansour
_______________________________________________
tor-talk mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Reply via email to