Chinaunix首页 | 论坛 | 博客
  • 博客访问: 610550
  • 博文数量: 142
  • 博客积分: 116
  • 博客等级: 入伍新兵
  • 技术积分: 1445
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-28 08:37
文章分类

全部博文(142)

文章存档

2017年(7)

2016年(57)

2015年(48)

2014年(30)

我的朋友

分类: LINUX

2016-10-21 12:18:00

编译安装motion需要配置vc的头文件位置。

find /opt/vc -name vchost_config.h
CFLAGS="-I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
export CFLAGS
make
./configure --prefix=/opt/motion
make
sudo make install
阅读(958) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~