LVGL ArchLinux VSCode环境运行

LVGL官方的Demo是跑在Ubuntu系的系统上的。项目链接在此

GitHub - lvgl/lv_port_pc_vscode

很多包在Arch中名字都不一样,我配合GPT,找到了相同功能的包,配合官方步骤,大致过程如下。

我的操作也同步发到了issue区:
[Solved] How to use on Arch Linux · Issue #47 · lvgl/lv_port_pc_vscode · GitHub


针对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保证项目完整,各模块更新就能跑起来了

相关推荐
阿幸软件杂货间9 小时前
ChemDraw 2023|Win英文|化学结构编辑器|安装教程
编辑器·chemdraw
向宇it9 小时前
【unity游戏开发——编辑器扩展】EditorApplication公共类处理编辑器生命周期事件、播放模式控制以及各种编辑器状态查询
开发语言·ui·unity·编辑器·游戏引擎
向宇it9 小时前
【unity游戏开发——编辑器扩展】AssetDatabase公共类在编辑器环境中管理和操作项目中的资源
游戏·ui·unity·编辑器·游戏引擎
ONLYOFFICE9 小时前
ONLYOFFICE文档API:编辑器的品牌定制化
编辑器·个人开发
不穿铠甲的穿山甲11 小时前
Intellij IDEA 查找接口实现类的快捷键
java·ide·intellij-idea
colorful_stars11 小时前
vscode连接的linux服务器,上传项目至github
linux·vscode·github
CodingKnight11 小时前
IntelliJ IDEA Ultimate修改软件地区使用
java·ide·intellij-idea
GISer_Jing13 小时前
低代码——表单生成器以form-generator为例
前端·低代码·编辑器
海天胜景14 小时前
C#·常用快捷键
编辑器
三三十二15 小时前
VScode怎么运行一个c语言程序
c语言·vscode