怎样解决OpenEuler下载sdl2失败

OpenEuler 下载 sdl2失败

解决办法(使用wget中git上下载)

shell 复制代码
wget https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz
  1. 使用yum下载,下载的最后说找不到这样的库(no match)
  2. 使用 apt-get,说找不到apt-get
  3. 使用curl冲git上下载
shell 复制代码
curl -O https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz

下载后的tar解压不了,报错(end of file... ...)

相关推荐
winner88811 小时前
Linux 软件安装 “命令密码本”:yum/apt/brew 一网打尽
linux·运维·服务器
思麟呀3 小时前
Linux的基础IO流
linux·运维·服务器·开发语言·c++
winner88813 小时前
嵌入式Linux驱动开发全流程:工具协作+核心概念拆解(从入门到理解)
linux·运维·驱动开发
ShiinaKaze3 小时前
fatal error: bits/c++config.h: No such file or directory
linux·gcc·g++
Archy_Wang_14 小时前
脚本自动生成专业Linux巡检报告
linux·运维·服务器
java_logo4 小时前
SGLANG Docker容器化部署指南
linux·运维·docker·容器·eureka·1024程序员节
库奇噜啦呼5 小时前
【iOS】音频与视频播放
ios·音视频·cocoa
敲代码的瓦龙5 小时前
操作系统?进程!!!
linux·c++·操作系统
打不了嗝 ᥬ᭄6 小时前
数据链路层
linux·网络·网络协议·http
piaoxue8206 小时前
MFA MACOS 安装流程
linux·运维·服务器