首页 > 代码库 > v4l2 下载
v4l2 下载
To clone the master development repository, install git, and run:
git clone git://github.com/torvalds/linux.git v4l-dvb
cd v4l-dvb
git remote add linuxtv git://linuxtv.org/media_tree.git
git remote update
git checkout -b media-master remotes/linuxtv/master
If you want to clone a different repository, just replace the URL at the
git remote add
line above.
In order to update your repository, you should do:
git pull . remotes/linuxtv/master
And to put your work on top of a stanging branch:
git rebase remotes/linuxtv/master
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。