当前位置:网站首页>configure:error no SDL library found
configure:error no SDL library found
2022-07-31 05:15:00 【为今天而努力】
configure:error no SDL library found
未找到SDL库,需要安装SDL库
安装SDL库
搜索的所有可用实例libsld1.2:
apt-cache search ^libsdl | grep 1.2
使用以下内容安装所有结果文件
sudo apt-get install libsdl1.2debian libsdl-gfx1.2-5
libsdl-gfx1.2-dev libsdl-gfx1.2-doc libsdl-image1.2
libsdl-image1.2-dbg libsdl-image1.2-dev libsdl-mixer1.2
libsdl-mixer1.2-dbg libsdl-mixer1.2-dev libsdl-net1.2
libsdl-net1.2-dbg libsdl-net1.2-dev libsdl-sound1.2
libsdl-sound1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev
参考大神文档源链接奉上。
参考链接:安装SDL库
其他错误:Linphone编译过程问题及其解决方法
边栏推荐
猜你喜欢
随机推荐
【Elastic-Job】分布式调度任务概览篇
Regular Expression Basics
How MySQL - depots table?A look at will understand
For penetration testing methods where the output point is a timestamp (take Oracle database as an example)
Digital twins will be an important way to enter the "metaverse"
【云原生】开源数据分析 SPL 轻松应对 T+0
05 【绑定样式 条件渲染 列表渲染】
腾讯云GPU桌面服务器驱动安装
[Cloud native] Simple introduction and use of microservice Nacos
【uiautomation】微信好友列表获取(存储到txt中)
常见JVM面试题及答案整理
Using IIS10 to build an asp website in win11
初识正则表达式
leetcode-829. 连续整数求和(数论)
Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
gin框架学习-Casbin入门指南(ACL、RBAC、域内RBAC模型)
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
阿里云中mysql数据库被攻击了,最终数据找回来了
什么是 GameFi?
npm WARN config global `--global`, `--local` are deprecated. Use `--location solution








