FreeKill/README.md
notify 7b12d82683 askForUseActiveSkill (#26)
* askForUseActiveSkill (not tested)

* askForDiscard

* askForChoosePlayers (not tested)

* add comment, update readme
2022-09-15 11:17:13 +08:00

20 lines
657 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FreeKill
___
试图打造一个最适合diy玩家游玩的民间三国杀所有的一切都是为了更好的制作diy而设计的。
项目仍处于啥都没有的阶段。不过我为了整理思路,也写了点[文档](./doc/index.md)。
___
## 如何构建
FreeKill使用Qt6.3支持的运行平台有Windows、Linux、Android。
欲编译FreeKill首先得从Qt官网的安装工具安装Qt Creator和Qt 6.3.2。安装时需要勾选CMake应该默认就是选上的状态。
然后下载swig并为其配置环境变量即可构建FreeKill。
对于Linux用户而言还需要自己从包管理器安装lua5.4和sqlite。