?? readme
字號:
spserver/matrixssl README1.Introductionspserver/matrixssl is a plugin for spserver, it enables spserver to support ssl.2.BuildingBefore building spserver/matrixssl, MatrixSSL must been installed.You can donwload MatrixSSL from its home page: http://www.matrixssl.org/Edit spserver/matrixssl/Makefile to specify the path of MatrixSSL: MASSL_INCL = -I<path_to_matrixssl_include> MASSL_LIB = -L<path_to_matrixssl_library> -lmatrixsslTo build libspmatrixssl.so, type$ cd spserver/matrixssl$ makeThis will build all the targets include examples. You can run theexample programs:bash-2.05a$ ./testechos testechos[28745]: Listen on port [1995]You can use the stelnet to visit: ./stelnet 127.0.0.1 1995Enjoy! -- stephen liu <stephen.nil@gmail.com>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -