live555-lastest 编译

  1. live555-latest 源码下载:http://www.live555.com/

  2. 将下载的live-latest.tar.gz放到指定目录下解压:tar -xvf live-latest.tar.gz,cd 进入live目录,在live目录下有很多config.xxxx的相关配置文件,config.linux默认配置是带openssl的,备份config.linux,然后打开config.linux,将第一行的COMPILE_OPTS后面的 -I/usr/local/include改为openssl头文件include的目录,在LINK_OPTS = -L. $(LDFLAGS) 上面增加一行,LDFLAGS = openssl的lib目录,以下是修改前后的对比:

修改前:

修改后:

  1. 在live目录下,执行./genMakefiles linux即可生成相应的makefile。

在live555latest目录下有很多config.xxx的配置文件,如果想生成对应的Makefile,只需要执行./genMakefiles + config.的后缀名字,如:要生成config.linux-no-openssl的Makefile,只需执行./genMakefiles linux-no-openssl 即可生成no openssl的Makefile。

相关推荐
DFT计算杂谈3 小时前
无 Root 权限在 Tesla K80 零门槛部署 DeepSeek 大模型
linux·服务器·网络·数据库·机器学习
Zhang~Ling4 小时前
从 fopen 到 struct file:从零开始拆解 Linux 文件 I/O
linux·运维·服务器
DeeplyMind4 小时前
Linux 深入 per-VMA lock:Linux 缺页路径如何摆脱 mmap_lock
linux·per-vma lock
爱写代码的森5 小时前
蒙三方库 | harmony-utils之FileUtil文件重命名与属性查询详解
linux·运维·服务器·华为·harmonyos·鸿蒙·huawei
XMAIPC_Robot6 小时前
软硬协同实时控制|RK3588业务调度+FPGA硬件时序,ethercat实现半导体设备微秒级响应(125us)
linux·arm开发·人工智能·fpga开发
重生的黑客6 小时前
Linux 进程优先级、切换与调度:从孤儿进程到 O(1) 调度模型
linux·运维·服务器·进程优先级·nice
骑上单车去旅行7 小时前
MD5校验对比脚本
linux·服务器·windows
平生幻8 小时前
Linux 常用命令
linux
ShirleyWang0129 小时前
让headlamp控制台能访问
linux·服务器·python·k8s·k3s
liuccn9 小时前
Linux 存储系统:LVM 与直接分区
linux·运维