This Ansible role installs all development tools and libraries needed to build GNU Octave from source.
For now this role targets most releases of Debian and Ubuntu.
- Debian or Ubuntu target system
- Ansible 2.1 or greater
Install this role from Ansible Galaxy with
ansible-galaxy install mtmiller.octave-dev
This is an example playbook showing how to use this role.
- hosts: servers
roles:
- mtmiller.octave-dev
This role is licensed under the MIT license. See LICENSE.md for the full license text.