I just built release 131 of portmidi from source on Linux without  
problems, but unfortunately the pm_linux/Makefile doesn't have an  
install target. Without incorporating a full autoconf configuration,  
can we please add the following rule clause at the end of the Makefile  
to ease users installation of portmidi on Linux hosts into the typical  
directory:

backup: cleanest
        cd ..; zip -r portmidi.zip portmidi

install:
        install $(ptlib) /usr/local/lib/
        install porttime/porttime.h /usr/local/include/
        install $(pmlib) /usr/local/lib/
        install pm_common/portmidi.h /usr/local/include/

Many thanks!
--
Leigh M. Smith
mailto:le...@leighsmith.com
http://www.leighsmith.com



_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to