Skip to content
On this page

参与贡献

如果你是普通用户

  • 可以在 Github 用英文报bug 或者 在Gitee用中文报bug

如果你是开发者

我们推荐使用xmake进行开发,但CMake也是支持的。

对于内核部分,可以用如下命令进行构建和运行单元测试:

xmake build --group=kernel_tests
xmake run --group=kernel_tests

以下是在各个平台的开发指南:

This website is released under the MIT License.