Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
439 stars 30 forks source link

Add build/compile scripts #47

Closed EwoutH closed 5 years ago

EwoutH commented 5 years ago

It would be nice to be able to compile Boram ourselfs. Could you upload your build/compile scripts to GitHub?

Also some info in the Readme would be nice.

Kagami commented 5 years ago

Duplicate of #19.

Most builds commands are in package.json. To build ffmpeg and its deps on macOS I'm using make-mac64-deps.sh. On Windows I'm using media-autobuild_suite for that with simple config and few fixes.