Giter VIP home page Giter VIP logo

chocolatey-emscripten's Introduction

chocolatey-emscripten

Chocolatey package for emscripten

Install

Install chocolatey from here then:

choco install emscripten

Note: The compiler is installed in "$env:LocalAppData\emsdk".

Uninstall

choco uninstall emscripten

Note: The compiler is removed from "$env:LocalAppData\emsdk".

Install without chocolatey

You should have git installed. These scripts all run in PowerShell.

  1. Clone this repository:
git clone https://github.com/aminya/chocolatey-emscripten.git
cd chocolatey-emscripten\tools
  1. run chocolateyInstall
.\chocolateyInstall.ps1

This installs the latest version. If you want to install a certain version first set emsdkVersion environment variable and then run install:

$emsdkVersion="3.1.40"
.\chocolateyInstall.ps1

Upgrade without chocolatey

run chocolateyUpgrade

.\chocolateyUpgrade.ps1

This upgrades to the latest version. If you want to upgrade to a certain version first set emsdkVersion environment variable and then run upgrade:

$emsdkVersion="3.1.40"
.\chocolateyUpgrade.ps1

Uninstall without chocolatey

.\chocolateyUninstall.ps1

chocolatey-emscripten's People

Contributors

aminya avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

chocolatey-emscripten's Issues

Failed on Fresh Install (Affecting GitHub Actions Run)

First discovered when setting up emscripten from scratch using choco.

Error (likely false alarm)

The failure was due to the git LFS dependency installation. Due to this failure (despite successful installation), choco reported the execution as error, thus failing the entire CI run.

choco-failed

Request

Appreciate remedy so that external CI tools can be uniformly setup with choco.

Reference

  1. https://github.com/corygalyna/AutomataCI/actions/runs/6387879358/job/17337116795
  2. https://community.chocolatey.org/packages/emscripten#discussion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.