lvgl / lv_port_linux

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

how can I run this project on my ubuntu computer? #35

Open justdomyself opened 1 year ago

kisvegabor commented 1 year ago

Take a look at this blog post: https://blog.lvgl.io/2018-01-03/linux_fb

IotaHydrae commented 4 months ago

use SDL backend.

100ask commented 4 months ago

Use SDL or wayland (note README.md), e.g:

SDL:

ubuntu@ubuntu1804:~/work/lv_port_linux$ sudo apt-get install libsdl2-2.0 libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev -y
ubuntu@ubuntu1804:~/work/lv_port_linux$ cmake -version
cmake version 3.30.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
ubuntu@ubuntu1804:~/work/lv_port_linux$ #(make or cmake note README.md)