m4acut icon indicating copy to clipboard operation
m4acut copied to clipboard

Feature request: Offer macOS version

Open porg opened this issue 3 years ago • 1 comments

Would be cool 🙂

porg avatar Jun 28 '21 21:06 porg

@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

balthisar avatar Mar 25 '22 11:03 balthisar