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

39 lines
No EOL
738 B
Markdown

## 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
* [pkg](https://www.npmjs.com/package/pkg)
* wget
`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
```