24 lines
554 B
Markdown
24 lines
554 B
Markdown
# linyaps-box
|
|
|
|
\[ **en** | [zh_CN](./README.zh_CN.md) \]
|
|
|
|
This project is a simple [OCI runtime] mainly used by [linyaps],
|
|
which is a toolkit for Linux desktop application distributing.
|
|
|
|
[OCI runtime]: https://github.com/opencontainers/runtime-spec
|
|
[linyaps]: https://github.com/OpenAtom-Linyaps/linyaps
|
|
|
|
## Build
|
|
|
|
It is recommend to use [cmake-presets]:
|
|
|
|
```bash
|
|
cmake --workflow --preset=dev
|
|
```
|
|
|
|
[cmake-presets]: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
|
|
|
|
## License
|
|
|
|
This project is licensed under [LGPL-3.0-or-later](LICENSE).
|