How to Install cdrdao on Mac using Brew
Package Information:
Name: cdrdao
Use: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents
URL: https://cdrdao.sourceforge.io/
Installation Steps:
- Launch Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cdrdao using brew
brew install cdrdao
cdrdao is ready to use now!