系统相关
首页 > 系统相关> > 1.live555 ubuntu编译

1.live555 ubuntu编译

作者:互联网

目录

一、下载源码

二、编译源码


一、下载源码

在虚拟机Ubuntu中打开一个命令行,然后输入命令下载最新的源码:

wget http://live555.com/liveMedia/public/live555-latest.tar.gz

解压源码:

tar -zxvf live555-latest.tar.gz

二、编译源码

进入源码路径:

cd live

live555支持不同平台的编译,首先需要先生成ubuntu平台下的Makefile

./genMakefiles linux

输入上述命令之后,genMakefiles脚本会将Makefile.head、Makefile.tail以及config.linux三个配置文件拼接成一个新的Makefile

编译:

make -j8

 编译完成:

 

标签:live555,tar,Makefile,gz,编译,源码,ubuntu
来源: https://blog.csdn.net/pengyouhai/article/details/123070895