INSTALL
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

  1. Most users who realize that INSTALL files still exist should simply
  2. follow the directions at
  3. https://www.torproject.org/docs/tor-doc-unix
  4. If you got the source from Subversion, run "./autogen.sh", which will
  5. run the various auto* programs. Then you can run ./configure, and
  6. refer to the above instructions.
  7. If it doesn't build for you:
  8.   If you have problems finding libraries, try
  9.     CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" 
  10.     ./configure
  11.   or
  12.     ./configure --with-libevent-dir=/usr/local
  13.   rather than simply ./configure.
  14.   If you have mysterious autoconf failures while linking openssl,
  15.   consider setting your LD_LIBRARY_PATH to the openssl lib directory.
  16.   For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
  17.   Lastly, check out
  18.   http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork