[PD] Pd-list Digest, Vol 129, Issue 84

IOhannes m zmoelnig zmoelnig at iem.at
Mon Dec 21 10:04:36 CET 2015


On 2015-12-21 00:49, Dan Wilcox wrote:
>> OK, I did it once more and found out that it installed the files in
>> /usr/local/lib/ instead of /user/lib/ where it used to be.
> 
> You need to set the prefix to /usr as the default with autoconf is /usr/local
> 
> ./configure —prefix=/usr/local
> make
> sudo make install


as joel has pointed out, you probably *should not* manually install into
/usr/ (this is the turf of your system's package manager).

the proper way would be to install (system-wide) externals sowmehere
into /usr/local/ where a Pd that is intalled into /usr/ can find it.
there are two ways to accomplish that:

- install into /usr/local/lib/pd-externals/ (this will be searched by
all Pd-versions since 0.43 or so)
OR
- install into /usr/local/lib/pd/extra/ and tell Pd to also look into
there by adding this path to your preferences.

> 
>> Could I simply move the pd folder to the old directory (/user/lib/) or would
>> that cause problems?
> 
> See above.

see above why not :-)

gvbmsdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20151221/90b81ec3/attachment.sig>


More information about the Pd-list mailing list