linuxmint / hypnotix

An M3U IPTV Player
1.26k stars 169 forks source link

unable to build #122

Closed milomak closed 3 years ago

milomak commented 3 years ago

i get the following error in debian sid

make

Building the mo files
# WARNING: the second sed below will only works correctly with the languages that don't contain "-"
for file in `ls po/*.po`; do \
        lang=`echo $file | sed 's@po/@@' | sed 's/\.po//' | sed 's/hypnotix-//'`; \
        install -d usr/share/locale/$lang/LC_MESSAGES/; \
        msgfmt -o usr/share/locale/$lang/LC_MESSAGES/hypnotix.mo $file; \
done \
clefebvre commented 3 years ago

You didn't paste any error message..

milomak commented 3 years ago

i think then i am not understanding what needs to be done to install and run after running the make command

milomak commented 3 years ago

dpkg-buildpackage -us -uc to build on debian