An open API service indexing awesome lists of open source software.

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

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.