https://github.com/lu-zero/vagrant-libav
Collection of Vagrantfiles for Libav testing
https://github.com/lu-zero/vagrant-libav
Last synced: about 2 months ago
JSON representation
Collection of Vagrantfiles for Libav testing
- Host: GitHub
- URL: https://github.com/lu-zero/vagrant-libav
- Owner: lu-zero
- License: mit
- Created: 2014-02-09T23:39:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T23:42:04.000Z (over 12 years ago)
- Last Synced: 2025-03-17T15:17:57.976Z (about 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-libav
[Vagrantfile](http://vagrantup.com) for [libav](http://libav.org)
This was created to easily test Libav on vagrant.
## Getting started
Install [Vagrant](http://vagrantup.com/) as instructed by http://www.vagrantup.com/
Clone the repository via `git`
```bash
git clone https://github.com/lu-zero/vagrant-libav
```
Enter the flavour of interest, eg
```bash
cd ubuntu
```
Launch the Vagrant instance
```bash
vagrant up
```
Once the instance is complete, you can enter it and run [fate](https://libav.org/fate.html)
## Contributing
Pull requests with Vagrantfiles for more exotic systems are more than welcome.
## License
Everything in this repository is placed under MIT license.