On 2016-05-30 10:12, Max wrote:
On 2016년 05월 30일 16:50, Max wrote:
cd <pd-src>/src ln -s ../tcl ln -s ../bin ./pd
awesome, this does work. Thank you Roman. (and thanks IOhannes who had written that before to me, I just found it in the archives, sorry)
except, I have no pd~ and no sigmund~
ah yes. the hacky slution is to just copy/symlink the .pd_linux files from extra/pd~/.libs/ to extra/pd~/
a *better* solution is to do run make install
but tell it to install
into some non-official place, e.g:
$ make install DESTDIR=~/pd-0.47-0 prefix=/
which should "install" Pd into your home-directory (without touching your system-wide installation; also note the lack of 'sudo')
then you can start Pd with:
$ ~/pd-0.47-0/bin/pd
fg,asdr IOhannes