Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_libtool
https://github.com/computate-org/computate_libtool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_libtool
- Owner: computate-org
- Created: 2022-08-10T21:26:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T03:42:13.000Z (over 2 years ago)
- Last Synced: 2024-11-05T15:38:54.422Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the libtool ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_libtool# Clone the libtool ansible role.
git clone [email protected]:computate-org/computate_libtool.git ~/.ansible/roles/computate.computate_libtool# Change into the libtool ansible role directory.
cd ~/.ansible/roles/computate.computate_libtool
```# Run the libtool ansible playbook to install libtool locally.
```bash
ansible-playbook install.yml
```Christopher Tate