Skip to content
neofright edited this page Nov 19, 2021 · 4 revisions

macOS notes:

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 provide realpath)
  • $ brew install vorbis-tools (for ogg encoding)
  • $ brew install flac (necessary for flac decoding)
  • $ brew install figlet
  • $ brew install ffmpeg (only needed for MP3 and/or AAC encoding)

Modify the makefile to change these prefixes if you choose to install the script:

prefix = "${HOMEBREW_PREFIX}"
sysconfdir = ${HOMEBREW_PREFIX}/etc

As well as viewing ${HOMEBREW_PREFIX}/etc/transflac.conf and ensuring that:

SRC="${HOMEBREW_PREFIX}/libexec/transflac"

Clone this wiki locally