Skip to content

Commit

Permalink
chore: update build notes in readme (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostbird authored Jun 11, 2024
1 parent 5bd704d commit b1deff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@ After this:

Be aware that because of the native extensions, you may only be able to build for the target you are currently on.

- Build for the current platform
- `yarn build`
- On Windows
- `yarn build-win32-x64`
- On Linux
- `yarn build-linux-x64` or `yarn build-linux-arm64` depending on cpu architecture

The built files will be placed in `./dist`, make sure you copy all files into the main CasparCG directory.
The built files will be placed in `./deploy`, make sure you copy all non-zipfiles into the main CasparCG directory.

# License

Expand Down

0 comments on commit b1deff6

Please sign in to comment.