https://github.com/computate-org/computate_wxwidgets
https://github.com/computate-org/computate_wxwidgets
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_wxwidgets
- Owner: computate-org
- Created: 2022-08-06T06:59:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T02:46:46.000Z (11 months ago)
- Last Synced: 2025-07-19T07:51:15.376Z (11 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the prerequisite applications, powertools and libmodplug
- https://github.com/computate-org/computate_powertools
- https://github.com/computate-org/computate_libmodplug
# Install the wxwidgets ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_wxwidgets
# Clone the wxwidgets ansible role.
git clone git@github.com:computate-org/computate_wxwidgets.git ~/.ansible/roles/computate.computate_wxwidgets
# Change into the wxwidgets ansible role directory.
cd ~/.ansible/roles/computate.computate_wxwidgets
```
# Run the wxwidgets ansible playbook to install wxwidgets locally.
```bash
ansible-playbook install.yml
```
Christopher Tate