raspberryPi安装motion

1020阅读 0评论2016-10-21 shenyue_sam
分类:LINUX

编译安装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
上一篇:crontab时区问题
下一篇:解决docker无法删除overlay network的问题