Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computate-org/computate_libcaca


https://github.com/computate-org/computate_libcaca

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Install the prerequisite applications, powertools and libmodplug

- https://github.com/computate-org/computate_libtool
- https://github.com/computate-org/computate_autoconf
- https://github.com/computate-org/computate_automake

# Install the libcaca ansible role

```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_libcaca

# Clone the libcaca ansible role.
git clone [email protected]:computate-org/computate_libcaca.git ~/.ansible/roles/computate.computate_libcaca

# Change into the libcaca ansible role directory.
cd ~/.ansible/roles/computate.computate_libcaca
```

# Run the libcaca ansible playbook to install libcaca locally.

```bash
ansible-playbook install.yml
```

Christopher Tate