You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (1) switch to the appropriate directory# 1.1 for building an individual samplecd amf/public/samples/CPPSamples/CapabilityManager
# 1.2 for building all the samplescd amf/public/samples
# (2) build (see the options section for more details)
make all <options># (3) output can be found inside amf/bin/<build_type>/
ls amf/bin/<build_type>
Makefile options
# build release version
make all BUILD_TYPE=rel
# build debug version
make all BUILD_TYPE=dbg