# 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项目使用源代码直接编译,因此解压缩源代码到此即可。