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

相关推荐
mftang2 天前
从部件整合到架构重构:LVGL 主要发行版本演进的系统性分析
lvgl
2501_915909062 天前
移动端开发工具链怎么组合比较好,iOS、Android、跨端三套配置方案
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
weixin_464078072 天前
ppt转为draw.io方法
编辑器
sunoo-2293 天前
【ARM嵌入式学习笔记Day6】一文打通i.MX6ULL时钟体系:PLL/PFD/预分频+滞回比较器全解析
arm开发·笔记·vscode·单片机·imx6ull·汇编语言
明天…ling3 天前
gitee与vscode远程连接
vscode·gitee
2501_915918413 天前
iOS编程用什么软件好?主流工具Xcode、AppCode、CodeRunner与新兴快蝎对比
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
__pop_3 天前
VSCode Remote SSH 远程连接 glibc 高版本依赖问题
vscode
daxiangxm3 天前
【趣味休息】“围住小猫在线玩”-“困住小猫”,又回来了
数据结构·人工智能·vscode·github·php
星光开发者4 天前
基于Spring Boot的充电桩管理系统的设计与实现-计算机毕设【课程设计】57105
vue.js·spring boot·vscode·mysql·django·php·express
程序员允诺4 天前
内网/无网环境必备:VS Code Remote-SSH 离线包下载与手动部署教程
vscode