
linux
bianshaopeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux 编译x264
一.下载libx264库,下载地址是:http://www.videolan.org/developers/x264.html 也可以通过git clone https://code.videolan.org/videolan/x264.git二.编译、安装libx264 打开命令终端(ctrl + Alt + T)cd 到libx264目录,首先配置libx264库:在命令终端输入./configure --enable-static --prefix=static--pre...原创 2020-12-04 20:32:12 · 1321 阅读 · 0 评论 -
linux 配置动态库
一。错误1.error while loading shared libraries: libxxx.so: cannot open shared object是因为在Linux环境下动态库没有引用进去vim/etc/ld.so.conf添加要用的动态库的目录绝对路径#引入x264的动态库/media/bsp/_dde_data/applications/X264/x264_linux/x264/sharex264/lib#引入ffmpeg的动态库/media/bsp/..原创 2020-12-04 19:45:19 · 572 阅读 · 0 评论 -
linux 下配置tomcat
下载tomcatcore.下面的 zip (pgp, md5, sha1) tar.gz (pgp, md5, sha1) 使用linux配置tomcat解压文件 ’ #cp -r 文件到/usr/local 注意:可能运行时权限不够 修改tomcat/bin 下的所有文件的权限 chmod -R a+x bin运行tomcat./startup.sh查看运行结果:http://12原创 2016-05-04 17:55:26 · 220 阅读 · 0 评论