brunopacheco1 / coboldoc

GNU General Public License v3.0
3 stars 1 forks source link

Binary distributions #11

Closed OlegKunitsyn closed 4 years ago

OlegKunitsyn commented 4 years ago

NPM pkg package can generate executables for Linux, Windows, Mac and Alpine. The binaries are "fat" because include the virtual machine, but let quick installation on third-party environments without NPM.

Alpine example you can find on https://github.com/OlegKunitsyn/cobolget/blob/master/package.json "build-alpine": "mkdir -p bin && pkg -t node8-alpine-x64 --out-path bin . && chmod +x bin/cobolget" resulted in https://github.com/OlegKunitsyn/cobolget/tree/master/bin