You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd${TOR}; CC=${LLVMCC} ./configure --prefix=${TOR_INSTALL}; make && make install
48
+
cd${TOR}; CC=${LLVMCC} ./configure; make && make install
49
+
#on linux we should try this:
50
+
# cd ${TOR}; CC=${LLVMCC} ./configure --disable-dependency-tracking --enable-static-tor --with-openssl-dir=${OPENSSL_INSTALL} --with-libevent-dir=${LIBEVENT_INSTALL}/lib --with-zlib-dir=${ZLIB_INSTALL} --prefix=${TOR_INSTALL}; make && make install
0 commit comments