Hello, the most important thing that has to be fixed for me actually in pd-extended is the ix extension, so let me try to add a doc file that might help for using those widgets, it's attached. I've copied and pasted the text from the psp file we can find into CVS extension/gui/ix I've forgot to tell one thing, ix extension needs tcl-tk 8.5, so it can't be into pd-extended because it uses tcl-tk 8.4, weird isn't it? Also I suggest to put the dll's of the required tk libs for the windows installation of pd-extended. any comment is appreciated.
sorry for multiposting, I don't know if the other mails will arrive, let me attach again the file. patrice colet a écrit :
Hello, the most important thing that has to be fixed for me actually in pd-extended is the ix extension, so let me try to add a doc file that might help for using those widgets, it's attached. I've copied and pasted the text from the psp file we can find into CVS extension/gui/ix I've forgot to tell one thing, ix extension needs tcl-tk 8.5, so it can't be into pd-extended because it uses tcl-tk 8.4, weird isn't it? Also I suggest to put the dll's of the required tk libs for the windows installation of pd-extended. any comment is appreciated.
LINUX INSTALL:
~: cd /usr/local/lib/pd && cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/pure-data co extensions/gui/ix
~: echo -path /usr/local/lib/pd/extensions/gui/ix >> ~/.pdrc
dependences install:
tcl >=8.5
~: cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/tcl co tcl <font size=-1>&& cd tcl/unix&& ./configure && make install & cd ../..
~: cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/tktoolkit co tk <font size=-1>&& cd tk/unix&& ./configure --enable-xft && make install & cd ../..
widgets are currently hosted by the [widget] external
~: cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/pure-data co externals/miXed && cd externals/miXed && make && cp bin/* /usr/local/lib/pd/extra or checkout all of externals and
~: cd externals/build && scons install
a cornucopia of Tk libraries are utilised, for ext in blt snack tkdnd tkimg tkpath tktable tktreectrl ; do
cvs -d:pserver:anonymous@tktoolkit.cvs.sourceforge.net:/cvsroot/tktoolkit login cvs -z3 -d:pserver:anonymous@tktoolkit.cvs.sourceforge.net:/cvsroot/tktoolkit co tk
cd tk/unix && ./configure && make && make install
if you've got this message: "WARNING: Can't find Tcl configuration definitions"
./configure --with-tclconfig=/path/to/your/tclConfig.sh --with-tkconfig=/path/to/your/tkConfig.sh && make && make install
last i checked tkpath was actually a module in tclbitprint