- https://github.com/computate-org/computate_powertools
- https://github.com/computate-org/computate_libmodplug
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_wxwidgets
# Clone the wxwidgets ansible role.
git clone [email protected]:computate-org/computate_wxwidgets.git ~/.ansible/roles/computate.computate_wxwidgets
# Change into the wxwidgets ansible role directory.
cd ~/.ansible/roles/computate.computate_wxwidgets
ansible-playbook install.yml
Christopher Tate