NickNaso / ghostscript4js

Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
http://www.nacios.it
Apache License 2.0
66 stars 19 forks source link

Compilation error #3

Closed NickNaso closed 7 years ago

NickNaso commented 8 years ago

To use the Ghostscript C API you need to compile with lgs options as reported below:

g++ -o output-file source-file -lgs

Please refer to this example to successfully compile for different platform:

NickNaso commented 7 years ago

All problem have been solved