Build the latest version of the MeTA toolkit using Vagrant. Ubuntu 14.04 is used as a base Vagrant box. This project was initially made for Text Retrieval and Search Engines Coursera course.
-
Install Vagrant
-
Run Vagrant
vagrant up -
Check that everything is OK
vagrant ssh
cd meta/build
ctest --output-on-failure
```
## Notes
Only VirtualBox provider was tested.