Hello all,
I want to use [mrpeach/binfile] under Ubuntu 12.04 but I don't know how to manage. I can't find it in any pd-... packet under synaptic, and the makefile in the svn/.../externals/mrpeach directory is nearly empty and not working here. Is there some easy solution?
Thanks, n
TARGET := $(shell pwd | sed 's|.*/(.*)$$|\1|') EXTERNALS_ROOT := $(shell pwd | sed 's|^(/.*externals).*|\1|')
default: make -C $(EXTERNALS_ROOT) $(TARGET)
install: make -C $(EXTERNALS_ROOT) $(TARGET)_install
clean: make -C $(EXTERNALS_ROOT) $(TARGET)_clean
test_locations: make -C $(EXTERNALS_ROOT) test_locations
etags: etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h