Skip to content

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jan 21:24
· 2 commits to main since this release
0e53091

What's Changed

  • Added Raspberry Pi (ARM/Linux) support (validated by running all examples on Raspberry Pi).
  • Merge pull request #36 from pirasalbe/feature/raspberry-pi-support-squash (0e53091). Thanks @pirasalbe.

Installation Methods

Recommended: Install directly from GitHub

npm will automatically build from source (via prepare script):

npm install github:F4RAN/cuimp-ts#v1.9.0

Or in package.json:

{
  "dependencies": {
    "cuimp": "github:F4RAN/cuimp-ts#v1.9.0"
  }
}

Alternative: Manual installation (pre-built)

If you don't want automatic building, download cuimp-ts-v1.9.0.tar.gz (includes dist):

wget https://github.com/F4RAN/cuimp-ts/releases/download/v1.9.0/cuimp-ts-v1.9.0.tar.gz
tar -xzf cuimp-ts-v1.9.0.tar.gz -C ./cuimp
npm install ./cuimp