Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 738 Bytes

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