-
Notifications
You must be signed in to change notification settings - Fork 70
feat(*): update manual #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@alphagocc 请问现在编译项目所需的最低 qt 版本是什么呢?我更新一下构建那块 |
|
能否限制到 6.4 以上呢?之后开发分布式测评可能要用到 QHttpServer 🤔 |
|
上一个 lts 是 6.8, 限制到这个版本吧 |
|
alphagocc 我不是很懂 linux 下的编译,请问您能协助写一下这部分吗 🙏 |
|
是不是应该把 |
最近不太有时间
其实整个 qt5 都不想支持了(,但是改动会比较多就基本上暂时先留着了 |
|
话说编译这部分在哪里 |
抱歉,我删除了这个部分,改成了指向 BUILD.md 的链接。因为感觉这两个有点重复了 |
|
能不能考虑让 ci 编译 pdf |
先咕了吧,因为感觉有点麻烦。 |
这个 pr 做了什么
使用 Typst 重写了用户手册,源代码储存于
manual/src/content目录中,同时实现了线上版本的用户手册。线下分发需要手动编译 Typst 文件,然后使用 Typst CLI 或者 Tinymist Typst 编译
manual/src/content/manual.typ,将生成出来的 pdf 重命名并放在manual/llmanual.pdf。线上分发使用使用 astro+astro-typst+starlight theme 部署于线上。
已知的问题