A useful tool helps you remember words better.
Developed by 赵嘉霖 彭炳辉 王润基.
打开终端至本程序根目录,进入source/
,使用make
编译。
make会将所有文件生成在runtime/$(OS_NAME)/
文件夹中。
其中OS_NAME
=Windows
/Linux
/Darwin
(Mac),取决于所在系统。
Windows用户注意:
由于Windows文件编码原因,需要手动将词典文件转码:
将词典文件dictionary.txt
用记事本打开,原地另存为,将编码方式修改为ANSI
。
打开终端,进入runtime/Windows/
,输入main.exe
运行。
打开终端,进入runtime/Linux/
,输入./run_on_linux
运行。
打开终端,进入runtime/Darwin/
,输入./main
运行。
更多信息请参考docs/
下的:
- 说明文档:
design.md
- 设计文档:
instruction.pdf
- 展示PPT:
presentation.key