so5.ansible-role-emscripten

Emscripten

This guide explains how to get Emscripten from GitHub, build it, and install it.

Requirements

All necessary packages will be automatically installed by this process.

Role Variables

emscripten_path: The location where Emscripten will be installed. Default is "/tmp/emsdk".
emscripten_version: The version of Emscripten to install. Default is "latest".

Dependencies

Currently, there are no additional dependencies.

Example Playbook

- hosts: all
  become: no

  roles:
    - emscripten
      emscripten_path: "/tmp/emsdk"
      emscripten_version: "latest"

Note: The become option should be adjusted based on your package manager:

  • If you are using Homebrew on a Mac, set it to no.
  • If you are using a Linux package manager like yum or apt, set it to yes.

License

MIT

Author Information

Naoyuki Sogo (sogo@longtail-software.co.jp)

Informazioni sul progetto

your description

Installa
ansible-galaxy install so5.ansible-role-emscripten
Licenza
mit
Download
71
Proprietario