VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
695 stars 157 forks source link

出现了缺少cur文件的问题 #26

Closed meltsnow closed 5 years ago

meltsnow commented 5 years ago

4.0版本编译后尝试执行,提示KERNEL>InitGUI: Count not init mouse cursor! 上网查询在MiniGui.cfg文件中需要指定cur文件目录 然而我在系统根目录find / -name "*.cur"却没有找到这样的文件 请问这些文件是怎么生成的?谢谢

VincentWei commented 5 years ago

It seams that you did not install the resource files.

For a quick start, please use the scripts in the repo:

https://github.com/VincentWei/build-minigui-4.0

For the detailed description, please refer to:

https://github.com/VincentWei/minigui-docs/blob/master/user-manual/MiniGUIUserManualQuickStart.md