📄 install
字号:
How to install:$ ./configure$ make install$ hash$ ctorrent -hIf SSL support is not found, the public-domain SHA1 code will be used.To force the use of this code, specify: --with-ssl=noas a parameter to the configure script.To give configure a hint about where to find SSL on your system, specify: --with-ssl=DIRwhere DIR is the common directory under which sha.h and the SSL librariesare located. For example, if the files are located at: /opt/include/openssl/sha.h /opt/lib/libcrypto.ause: --with-ssl=/optThere are several combinations of subdirectories that will be tried bythe configure script. If all else fails, create symbolic links forsha.h and the applicable library (libssl.a, libcrypto.a, libcrypt.a, orlibmd.a) in a single directory and specify that.Or set the CPPFLAGS environment variable to "-Idir" (where "dir" is thedirectory in which sha.h resides) and the LDFLAGS environment variableto "-Ldir" (where "dir" is the directory in which the library containingSHA1 support resides), then re-run configure.Check the documentation or man page for your shell to determine how toset an environment variable.Example using csh/tcsh: setenv CPPFLAGS "-I/usr/local/include"Hint: You can use the "strings" command to help determine whether SHA1support is present in a library, as in: strings libcrypto.a | grep SHA1_Init
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -