如何构建AJTCL Base Services?

How to build AJTCL Base Services?

我想构建 AJTCL 基础服务和 运行 tcl 基础服务样本(通知、受控者等)。

我可以成功构建 AJTCL 核心。

但是当我使用 https://allseenalliance.org/framework/documentation/develop/building/thin-linux 页面上的给定说明构建 base_tcl 时,它失败了。

我都试过 15.09 和 master

scons WS=off AJ_TCL_ROOT=../../core/ajtcl/

scons: Reading SConscript files ...

Checking for uncrustify command...(cached) no

Checking for AllJoyn library ajtcl...no

Checking for C function AJ_EnableSoftAP()... (cached) no

Missing required external libraries

看看我们的 Jenkins, in particular the console output of this job,了解我们如何构建 SDK。

截至 3 月 11 日,我可以设法构建 AJTCL 和 BASE_TCL 的主分支。

只需确保先构建 AJTCL,然后使用 AJTCL 输出构建 BASE_TCL。

您也可以在 base_tcl 的 SConstruct 文件中检查它,有 AJTCL_DIST 变量应该指向 AJCTL 的 dist 文件夹。