setup-build-tools
26
总安装量
26
周安装量
#14028
全站排名
安装命令
npx skills add https://github.com/aaddrick/claude-desktop-debian --skill setup-build-tools
Agent 安装分布
codex
26
amp
25
github-copilot
25
kimi-cli
25
gemini-cli
25
cursor
25
Skill 文档
Install the build dependencies required to run build.sh and create .deb/.AppImage packages.
Your Task
Run the build tools installation script to ensure all required tools are available:
bash "$CLAUDE_PROJECT_DIR/.claude/hooks/install-build-tools.sh"
Tools Installed
This script installs:
| Tool | Package | Purpose |
|---|---|---|
7z |
p7zip-full | Extract Windows installers and nupkg archives |
wget |
wget | Download Claude Desktop installers |
wrestool |
icoutils | Extract icons from Windows executables |
convert |
imagemagick | Process tray icons for Linux |
dpkg-deb |
dpkg-dev | Build .deb packages |
libfuse2 |
libfuse2 | Run AppImages |
node |
nodejs | Node.js v20+ for npm/asar operations |
When to Use
- Before running
./build.shfor the first time - After setting up a new development environment
- When build.sh fails due to missing dependencies
Optional Guidance
$ARGUMENTS