hello,
is there any way to compile pd on linux without having the X libraries/headers available?
i want to run 'pd -nogui' on a webserver (without X support) -- a faceless commandline 'pd-player'
thnx, ptr.
p.h wrote:
is there any way to compile pd on linux without having the X libraries/headers available?
i don't think so.
but you could compile pd on an X-enabled machine and copy the
binaries... (doing a "ldd which pd
" gives me no dependencies to X - it
is the pd-gui that depends on X and you won't need this in "-nogui" mode)
mfg.as.dr IOhannes