ONE icon indicating copy to clipboard operation
ONE copied to clipboard

[doc] Update how-to-build-runtime.md

Open ragmani opened this issue 2 years ago • 2 comments

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]

ragmani avatar Jul 11 '22 05:07 ragmani

#9386 requires the installation of libglib2.0-dev package to build onert.

ragmani avatar Jul 11 '22 05:07 ragmani

IMO, it's better to make separate part for system service because it is optional depend on platform yet.

hseok-oh avatar Aug 18 '22 01:08 hseok-oh

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.

ragmani avatar Aug 18 '22 04:08 ragmani

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

glistening avatar Aug 19 '22 03:08 glistening