Make sure you can build the node.js
client from source code (i.e. you can successfully complete the Quickstart section of the README
file).
- Make sure you have
dpkg
,jq
andfakeroot
installed (otherwise, install them withapt
). - Run
PACKAGING=1 yarn
. - Then run
yarn run build-deb
. - The deb package will be located in the
dist/
directory.
Note: creating deb packages only has been tested extensively on Ubuntu and Debian.
- Make sure you have
rpm-build
installed (otherwise, install it withyum
ordnf
). - Run
PACKAGING=1 yarn
- Then run
yarn run build-rpm
. - The RPM package will be located in the
dist/
directory.
Note: creating RPM packages only has been tested extensively on Fedora.