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.0Or 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