Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Steps to Create Release Tarball

dm4 edited this page Apr 7, 2020 · 1 revision
  • build
  • copy ssvm.node into a new directory ssvm
  • strip shared library
  • create tarball
  • upload tarball to github release
  • command:
mkdir ssvm
cp build/Release/ssvm.node ssvm
strip ssvm/ssvm.node
tar zcvf ssvm-linux-x64.tar.gz ssvm
Clone this wiki locally