lvgl / lv_port_pc_vscode

MIT License
221 stars 140 forks source link

[Solved] How to use on Arch Linux #47

Open Sandman6z opened 3 weeks ago

Sandman6z commented 3 weeks ago

针对Arch Linux用户,我做了如下操作,能够跑起来Demo:

用如下指令代替Ubuntu系apt指令

sudo pacman -S sdl2
sudo pacman -S base-devel
sudo pacman -S gcc make
sudo pacman -S libsdl2-devel
sudo pacman -S sdl2_mixer
sudo pacman -S sdl2-devel

VSCode安装

vscode用AUR管理器安装”visual-studio-code-bin“ 例如我用paru: paru -S visual-studio-code-bin

git保证项目完整,各模块更新就能跑起来了 2024-07-10_14-07 2024-07-10_14-08

kisvegabor commented 3 weeks ago

Thank you! Could you send a Pull request to update the README?