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。

相关推荐
yzx99101320 分钟前
Linux 系统中的算法技巧与性能优化
linux·算法·性能优化
fengyehongWorld20 分钟前
Linux Docker的简介
linux·docker
曹瑞曹瑞1 小时前
VMware导入vmdk文件
linux·运维·服务器
Johny_Zhao1 小时前
2025年6月Docker镜像加速失效终极解决方案
linux·网络·网络安全·docker·信息安全·kubernetes·云计算·containerd·yum源·系统运维
hello kitty w1 小时前
Python学习(7) ----- Python起源
linux·python·学习
十年磨一剑~2 小时前
centos查看开启关闭防火墙状态
linux·运维·centos
vortex53 小时前
探索 Shell:选择适合你的命令行利器 bash, zsh, fish, dash, sh...
linux·开发语言·bash·shell·dash
GalaxyPokemon3 小时前
LeetCode - 148. 排序链表
linux·算法·leetcode
懒羊羊大王呀3 小时前
Ubuntu20.04中 Redis 的安装和配置
linux·redis
杰哥技术分享4 小时前
在 CentOS 上安装 Docker 和 Docker Compose 并配置使用国内镜像源
linux·docker·centos