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
We need to create Ubuntu/Debian packages for ZRT. Between (toolchain)[https://github.com/zerovm/toolchain], and ZRT projects, there is a slight circular dependency.
ZRT headers are needed to build the toolchain, and the toolchain is need to build libzrt.
Thus, ideally we would create a zrt-dev package containing zrt.h, etc., which can be used to bootstrap the toolchain. Once that is done, we can create the zrt (libzrt) package.
The text was updated successfully, but these errors were encountered:
We need to create Ubuntu/Debian packages for ZRT. Between (toolchain)[https://github.com/zerovm/toolchain], and ZRT projects, there is a slight circular dependency.
ZRT headers are needed to build the
toolchain
, and thetoolchain
is need to build libzrt.Thus, ideally we would create a
zrt-dev
package containingzrt.h
, etc., which can be used to bootstrap the toolchain. Once that is done, we can create thezrt
(libzrt) package.The text was updated successfully, but these errors were encountered: