lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
260 stars 160 forks source link

Cannot compile with CMake #54

Closed Lambda-Epsilon closed 4 months ago

Lambda-Epsilon commented 4 months ago

Running this on DietPi, RPI 0 2W.

Following the instructions of the README, I am left with the following errors:

CMake Error at CMakeLists.txt:10 (add_subdirectory):
The source directory
/home/dietpi/lv_port_linux/lvgl
does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt (target_include_directories):
Cannot specify include directories for target "lvgl" which is not built by this project

CMake Error at CMakeLists.txt:15 (include)
include could not find requested file:
/home/dietpi/lv_port_linux/lvgl/tests/FindLibDRM.cmake

I have not modified anything in this project. Can't seem to find a resolution to this.

Lambda-Epsilon commented 4 months ago

Woops my mistake, sorry! Didn't clone properly.