2

Building Alljoyn on my Raspberry Pi B, I used the SCONS_FLAGS

CPU=arm OE_BASE=/usr CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf-

seeing that others additionally use for example:

SERVICES="about,notification,controlpanel,config,onboarding"

I was wondering is there some overview over which services are available. (couldn't find any listing of the possible options)

So would be nice if someone how knows if there is a place to look for those options can help. :)

4

1 回答 1

2

要列出可能的选项,请运行添加了 -h 标志的普通 scons 命令。

这是主要的文档页面:https ://allseenalliance.org/framework/documentation/learn/base-services

这是主要的 wiki 页面:https ://wiki.allseenalliance.org/baseservices/start

于 2016-02-23T09:30:11.110 回答