Ubuntu开发配置及ONVIF开发配置

来源:互联网 发布:家长控制电脑软件 编辑:程序博客网 时间:2024/06/04 18:48

重要提示!

如果更改源更新源屡次失败,请手机开个wifi试试。

解决!!!!!!!!!!!!!擦!


一、配置VIM

参见博客:http://blog.sina.com.cn/s/blog_1364fb7900102wyjk.html

二、修改语言,修改输入法

设置->语言支持-

三、修改码源地址

1、点击Ubuntu软件中心->编辑->修改源地址(最后一个),在下拉列表中选择http://mirrors.ustc.edu.cn服务器。

2sudo apt-get update

博客资料:http://blog.csdn.net/xu__cg/article/details/51894382

具体操作:https://mirrors.ustc.edu.cn/help/ubuntu.html

 


四、配置ONVIF开发环境

1、终端输入:

sudo apt-get install openssl

sudo apt-get install libssl-dev

sudo apt-get install g++

 

2、安装MXml包步骤,即:

解压安装包;

./configure

Make

sudo make install

cp /usr/local/lib/libmxml.* /lib/

========================================================================

Ubuntu图12.04修改源出错问题

一、检查网络问题、检查DNS

1ping qq.com

出现unkowen

2、设置dns

sudo vi /etc/resolv.conf

加入nameserver 114.114.114.114或者

下图中


然后ping qq.com


ok


二、修改源地址

1、选中科;

2、备份/etc/apt/source.lsit,再删除。

3、sudo apt-get update

还是报错;

4、vi/etc/apt/source.lsit,将http改为https

5、sudo apt-get update

 


原创粉丝点击