Ghoscript and its dependencies are provided as pre-compiled static libraries named libgs. The library is avalable for the most common operating systems and cpu architectures.
The libraries ara distributed through the release or the npm registry under @libgs organisation.
The following platforms are supported:
x86 | x64 | armv6 | armv7 | arm64 | |
---|---|---|---|---|---|
Windows | ✅ | ✅ | |||
macOS | ✅ | ✅ | |||
Linux gnu (glibc) | ✅ | ✅ | ✅ | ✅ | |
Linux musl | ✅ | ✅ | ✅ | ✅ |
- @libgs/darwin-aarch64
- @libgs/darwin-x64
- @libgs/linux-armv7
- @libgs/linux-amr64
- @libgs/linux-x64
- @libgs/linux-musl-armv7
- @libgs/linux-musl-arm64
- @libgs/linux-musl-x64
- @libgs/win32-x64
- @libgs/win32-x86
You can download the pre-compiled binary for each version from the release page,
or you can do npm install es. npm install win32-x64
If you want to compile the library from source, you can do it with npm start
// Describe how to use one of the package
https://www.npmjs.com/~nicknaso
Thank you to all people that encourage me every day.
Licensed under Apache license V2