[PD] mrpeach/binfile under Ubuntu 12.04

Nicolas Montgermont nicolas_montgermont at yahoo.fr
Fri Oct 5 10:30:40 CEST 2012


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

ps : here is the makefile:
--
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


-- 
http://nim.on.free.fr



More information about the Pd-list mailing list