lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
583 stars 296 forks source link

about compile fail #54

Closed charles-lyc closed 1 year ago

charles-lyc commented 1 year ago

Is win sim ready? I pull the release/v8.3 branch, which is still not compiled success.

MouriNaruto commented 1 year ago

No big changes in the release/v8.3 branch. So, it should be successful if you clone them properly with the git command line.

Kenji Mouri

charles-lyc commented 1 year ago

I pull like this: image

charles-lyc commented 1 year ago

And seems the lv_drivers repo didn't work, before I try master, still mail function. image

MouriNaruto commented 1 year ago

Please clone release/v8.3 branch directly via git clone command.

Because repository structure of master (9.x) branch is huge different.

Kenji Mouri

charles-lyc commented 1 year ago

Sure, but it failed in some reason: image So I pull them one by one.

charles-lyc commented 1 year ago

Seems like the commit ID was not found? I'm not sure...

charles-lyc commented 1 year ago

It works!

charles-lyc commented 1 year ago

It seems like, I pull the code from a mirror website, but it didn't contain some specific commit. Thx.