[tor-talk] Help users in Iran reach the internet

Mansour Moufid mansourmoufid at gmail.com
Tue Feb 14 18:45:45 UTC 2012


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


More information about the tor-talk mailing list