DEV Community

Wincent Balin
Wincent Balin

Posted on • Originally published at ofdigitalwater.postach.io on

 

Vagrant environment for OpenGRM

Recently I uploaded my Vagrant environment for OpenGRM to the GitHub repository. The provision script, install-opengrm.sh, should install OpenFST/OpenGRM on any Linux computer it runs. Should you decide to run the provision script by hand, consult the Vagrantfile to see the required software packages.

The list of OpenFST/OpenGRM projects installed:

The versions of the packages installed are at the head of the provision script.

The software comes licensed under the Apache License 2.0.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git