https://github.com/computate-org/computate_love
https://github.com/computate-org/computate_love
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_love
- Owner: computate-org
- Created: 2021-09-08T04:49:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T21:51:17.000Z (about 2 years ago)
- Last Synced: 2025-04-09T10:22:03.363Z (about 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
- https://github.com/computate-org/computate_physfs
- https://github.com/computate-org/computate_luajit
# Install the love ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_love
# Clone the love ansible role.
git clone git@github.com:computate-org/computate_love.git ~/.ansible/roles/computate.computate_love
# Change into the love ansible role directory.
cd ~/.ansible/roles/computate.computate_love
```
# Run the love ansible playbook to install love locally.
```bash
ansible-playbook install.yml
```
Christopher Tate