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

相关推荐

  1. Hadoop运行环境搭建

    2024-07-11 05:56:04       48 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-11 05:56:04       53 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-11 05:56:04       55 阅读
  3. 在Django里面运行非项目文件

    2024-07-11 05:56:04       46 阅读
  4. Python语言-面向对象

    2024-07-11 05:56:04       56 阅读

热门阅读

  1. Codeforces Round #956 (Div. 2) and ByteRace 2024

    2024-07-11 05:56:04       21 阅读
  2. 旅游 | 西岳华山

    2024-07-11 05:56:04       20 阅读
  3. 优化旅游服务热线系统以满足多样化需求

    2024-07-11 05:56:04       17 阅读
  4. vivado CONFIG_MODE、CONFIG_VOLTAGE

    2024-07-11 05:56:04       23 阅读
  5. 解锁SQL Server的迷宫:深入死锁的诊断与解决之道

    2024-07-11 05:56:04       21 阅读
  6. vite搭建vue2项目

    2024-07-11 05:56:04       19 阅读
  7. 基于STM32设计的智能手环(ESP8266+华为云IOT)178

    2024-07-11 05:56:04       21 阅读
  8. 代码优化(2)——小程序登录

    2024-07-11 05:56:04       22 阅读
  9. LeetCode 981, 219, 78

    2024-07-11 05:56:04       23 阅读