Distribution_Service/CC_SDK/ArchInstall.sh
2025-11-11 17:46:19 +08:00

21 lines
1.2 KiB
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基础开发工具链
sudo pacman -S base-devel # 替代多个 -dev 包(包含 gcc, make, pkgconf 等)
# 具体包转换:
sudo pacman -S openssl # 替代 libssl3-dev 和 libssl-dev
sudo pacman -S curl # 替代 libcurl4-openssl-dev默认使用 OpenSSL
sudo pacman -S sqlite # 替代 libsqlite3-dev
sudo pacman -S glibc # 替代 libc6-dev通常已包含在 base-devel 中)
sudo pacman -S glfw-x11 # 替代 libglfw3-dev或 glfw-wayland
sudo pacman -S plasma-wayland # 替代 plasma-workspace-waylandWayland 会话支持)
sudo pacman -S libxkbcommon # 替代 libxkbcommon-dev
sudo pacman -S libx11 # 替代 libx11-dev
sudo pacman -S libxinerama # 替代 libxinerama-dev
sudo pacman -S libxcursor # 替代 libxcursor-dev
sudo pacman -S libxi # 替代 libxi-dev
sudo pacman -S webkit2gtk-4.1 # 替代 libwebkit2gtk-4.0-dev版本号可能不同
sudo pacman -S wmctrl # 名称相同
sudo pacman -S openmotif # 替代 libmotif-dev或从 AUR 安装 lesstif
sudo pacman -S libappindicator-gtk3 # 替代 libappindicator3-dev
sudo pacman -S libayatana-appindicator3-1 # 替代 llibayatana-appindicator3-1