Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 630 Bytes

Project-lemon-mac

An adapted version of project lemon for MacOS.

基于Project-Lemon修改。 方法参考自在MacOS下使用lemon评测

请用git clone源代码,或使用右方的Download ZIP功能。

安装qt5:

brew install qt@5

将qmake加入$PATH:

export PATH=$PATH:/opt/homebrew/opt/qt@5/bin

进入源代码目录编译:

qmake lemon.pro
make

关于图标: 可参考MacOS使用手册更改lemon的图标。