ONE
ONE copied to clipboard
[doc] Update how-to-build-runtime.md
This commit updates how-to-build-runtime.md.
- Add installing libglib2.0-dev for x64 build
ONE-DCO-1.0-Signed-off-by: ragmani [email protected]
#9386 requires the installation of libglib2.0-dev
package to build onert.
IMO, it's better to make separate part for system service because it is optional depend on platform yet.
IMO, it's better to make separate part for system service because it is optional depend on platform yet.
OK, I will close this PR. And I have no plan to write a separate part for system service because I don't know about it well.
https://github.com/Samsung/ONE/blob/debeb771d15c6d3efe1f5449ffc0164457919e73/infra/nnfw/cmake/CfgOptionFlags.cmake#L34 https://github.com/Samsung/ONE/blob/debeb771d15c6d3efe1f5449ffc0164457919e73/runtime/service/npud/CMakeLists.txt#L1-L7
By the way, npud
is built as default now. It looks like npud
is not optional.
By the way, npud is built as default now. It looks like npud is not optional.
I think it would be good default off. npd
does nothing with onert
at this moment.
Currently, everyone who want to use onert
have to install glib
and build npud
, which is optional at this moment.
cc @Samsung/one_onert, @jyoungyun