I would like to compile shotcut for mac. What is the way to go? should I cross compile on linux or work on ios directly? Are there any instructions or advice?
Thanks in advance. Great product!
D_S
September 28, 2018, 3:59pm
2
There is a DMG available for osx directly
https://shotcut.com/download/
However if you do want to compile from source you should start on github
brian
September 28, 2018, 4:03pm
3
Here is the script that is used for the automated builds:
#!/bin/bash
# This script builds shotcut and many of its dependencies.
# It can accept a configuration file, default: build-shotcut.conf
# List of programs used:
# bash, test, tr, awk, ps, make, cmake, cat, sed, curl or wget, and possibly others
# Author: Dan Dennedy <dan@dennedy.org>
# License: GPL2
################################################################################
# ARGS AND GLOBALS
################################################################################
# These are all of the configuration variables with defaults
INSTALL_DIR="$HOME/shotcut"
AUTO_APPEND_DATE=0
SOURCE_DIR="$INSTALL_DIR/src"
ACTION_GET_COMPILE_INSTALL=1
This file has been truncated. show original
system
Closed
December 27, 2018, 2:58pm
5
This topic was automatically closed after 90 days. New replies are no longer allowed.