teleport/external
Apex Liu bb2cdacc0c tp_web now build on Linux. 2017-01-11 00:02:33 +08:00
..
fix-external tp_web now build on Linux. 2017-01-11 00:02:33 +08:00
libssh-win-static add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
readme.md add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00

readme.md

external

teleport项目用到的第三方库

  • openssl https://www.openssl.org openssl-1.0.2h 请按openssl文档所述编译出openssl的静态库。

  • jsoncpp https://github.com/open-source-parsers/jsoncpp jsoncpp 0.10.6 注意之所以不使用新的1.x.y版本是因为1.x.y版本需要编译器支持C++11而为了Linux平台的兼容性使用的低版本GCC和libc++库并不支持C++11。 注意teleport项目使用源代码直接编译因此解压缩源代码到此即可。

  • mongoose https://github.com/cesanta/mongoose mongoose 6.6 注意teleport项目使用源代码直接编译因此解压缩源代码到此即可。

  • sqlite3 http://sqlite.org/download.html sqlite3-amalgamation-3150200 注意teleport项目使用源代码直接编译因此解压缩源代码到此即可。

  • mbedtls https://github.com/ARMmbed/mbedtls mbedtls-mbedtls-2.2.1 注意teleport项目使用源代码直接编译因此解压缩源代码到此即可。