Skip to content

Commit

Permalink
fix: update package.json with yan start, and updated README.md with n…
Browse files Browse the repository at this point in the history
…ode 14 info
  • Loading branch information
olzzon committed Sep 6, 2022
1 parent 7ae1f13 commit 63cd1a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ node_modules/
#other:
storage/
.DS_Store
sources.json
stored-setup.json
targets.json
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ NDI Controller is listening for Skaahoj raw-panels on port 9923 (standard Skaaho
In MTX settings -> you can add the serial number of the skaarhoj panel on the target you wish to control.

### Build and run:
(Ubutnu 20.04)

ndi_mtx.cc will build when yarn is called.
(c compiler on machine is needed)
```
apt-get update && apt-get install -y libavahi-common-dev libavahi-client-dev build-essential
clone and cd to ndi-ember-mtx folder
install nodejs and yarn
install nodejs v14 and yarn
cp ./lib/x86_64-linux-gnu/* /usr/lib/
yarn
yarn build-server
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build-server": "tsc -p ./src/server",
"build-client": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"./src/client/tsconfig.json\" webpack && cp ./src/client/index.html ./build/client/index.html",
"dev": "electron .",
"start": "node build/server/index.js",
"start-dev": "node --inspect build/server/index.js",
"start-break": "node --inspect-brk build/server/index.js",
"build-release": "electron-builder -mw",
Expand Down
Binary file added package/ndi-controller-linux
Binary file not shown.
Binary file added package/ndi-controller-win.exe
Binary file not shown.

0 comments on commit 63cd1a1

Please sign in to comment.