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。

相关推荐
orion578 小时前
Missing Semester Class1:course overview and introduction of shell
linux
用户1204872216114 小时前
Linux驱动编译与加载
linux·嵌入式
用户8055336980320 小时前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户8055336980320 小时前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房1 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia2 天前
linux curl命令详解_curl详解
linux
扛枪的书生2 天前
Linux 网络管理器用法速查
linux
顺风尿一寸3 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫3 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux