-
Notifications
You must be signed in to change notification settings - Fork 0
Home
neofright edited this page Nov 19, 2021
·
4 revisions
This script uses parameter substitution and modern bash features, because of this:
You must invoke this script with the (newer) version of bash provided by homebrew.
-
$ brew install coreutils(macOS does not providerealpath) -
$ brew install vorbis-tools(for ogg encoding) -
$ brew install flac(for flac decoding)
Modify the makefile to change these prefixes if you choose to install the script:
prefix = "${HOMEBREW_PREFIX}"
sysconfdir = ${HOMEBREW_PREFIX}/etc
As well as editing ${HOMEBREW_PREFIX}/etc/transflac.conf and ensure that:
SRC="${HOMEBREW_PREFIX}/libexec/transflac"