m4acut
m4acut copied to clipboard
Feature request: Offer macOS version
Would be cool 🙂
@porg. it's a Unix program, which means it works on macOS. The only thing missing is the l-smash library. You can install the whole kit and kaboodle like this:
git clone https://github.com/nu774/m4acut.git
cd m4acut
git clone https://github.com/l-smash/l-smash
cd l-smash
make
make install
cd ..
autoreconf -i
./configure
make
sudo make install