destreamer/CONTRIBUTING.md
2020-04-18 17:17:17 +03:00

738 B

TO DO

// Add instructions on how to setup your dev environment for destreamer

Build a release

Destreamer builder supports the following environments:

  • Linux
  • WLS (Windows Linux Subsystem)
  • MacOS

Requirements

Install pkg to your system with the command:

npm i -g pkg

You will find your release package in destreamer root directory.

To build a release package, run the following commands:

  • $ npm install
  • $ cd scripts
  • $ chmod +x make_release.sh
  • $ ./make_release.sh
Usage: ./make_realse.sh [option]

 help  - Show usage
 linux - Build for Linux x64
 win   - Build for Windows x64
 macos - Build for MacOS x64
 all   - Build all

 default: all