当前位置:网站首页>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编译过程问题及其解决方法
边栏推荐
- SQL注入中数据库的判断
- 【Elastic-Job源码分析】——作业监听器
- Artifact SSMwar exploded Error deploying artifact.See server log for details
- [uiautomation] Get WeChat friend list (stored in txt)
- The server time zone value ‘й‘ is unrecognized or represents more than one time zone
- js中流程控制语句
- 【云原生】开源数据分析 SPL 轻松应对 T+0
- mac10.14中安装mysqldb
- C语言 | 获取字符串里逗号间隔的内容
- 11 【定位】
猜你喜欢

Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘

02 【el和data的两种写法 MVVM模型】

leetcode-每日一题745. 前缀和后缀搜索(哈希和字典树)

数字取证autopsy工具用法
初识正则表达式

动态规划(一)| 斐波那契数列和归递

数据库 | SQL增删改查基础语法

feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r

The feign call fails, JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r

vulhub靶场学习日记xxe-lab
随机推荐
Detailed explanation of pointers in C language
Powershell中UTF-8环境中文乱码解决办法
vulhub靶场学习日记SickOs1.2
UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
vulhub靶场学习日记xxe-lab
Linux修改MySQL数据库密码
leetcode-每日一题558. 四叉树交集(分治递归)
Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
【uiautomation】微信好友列表获取(存储到txt中)
Install mysqldb in mac10.14
MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
gin框架学习-JWT认证
【windows】--- SQL Server 2008 超详细安装教程
在kali上搭建vulhub漏洞靶场
Volatility取证工具使用日记
The feign call fails, JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
js中的函数
阿里云中mysql数据库被攻击了,最终数据找回来了
【Elastic-Job】分布式调度任务概览篇
C language tutorial (3) - if and loop