This file is indexed.

/usr/share/doc/pd-zexy/README.Debian is in pd-zexy 2.2.6-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pd-zexy for Debian
-------------------

these are general instructions to load the zexy library, not specific to Debian.

Usage:

zexy consists of both a (binary) library and a set of abstractions.
Therefore, if you want to access all of the zexy objects, you need to tell Pd to
both 

- load the library (either by adding "zexy" to the list of startup libraries in
  Pd's preferences, or by using the "-lib zexy" commandline argument to Pd)

and to

- add the search-path for the abstractions (either by adding
  "/usr/lib/pd/extra/zexy" to the paths in Pd's preferences of by using the
  "-path /usr/lib/pd/extra/zexy" commandlind argument to Pd)


step-by-step:

 METHOD 1:
 start Pd
 - navigate to "File->Path..." and add "/usr/lib/pd/extra/zexy" to the list of search-paths
 - click OK
 - navigate to "File->Startup..." and add "zexy" to the list of binaries to be loaded
 - click "Apply" and "Save all settings"


 METHOD 2:
 issue the command (without the '%' sign)
 % pd -path /usr/lib/pd/extra/zexy -lib zexy



 -- IOhannes m zmölnig <zmoelnig@iem.at>, Wed, 17 Aug 2010 12:35:00 +0200