forked from psi-im/psimedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
30 lines (26 loc) · 953 Bytes
/
INSTALL
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
Build dependencies:
* qconf (https://github.com/psi-plus/qconf)
* Qt >= 4.4.0
* glib >= 2.0
* gobject >= 2.0
* gthread >= 2.0
* gstreamer >= 0.10.24
* gstreamer-base >= 0.10.24
* gstreamer-interfaces >= 0.10.24
* gstreamer-audio >= 0.10.24
* gstreamer-video >= 0.10.24
* speexdsp >= 1.2rc1
Building the plugin and demo program:
$ qt-qconf
$ ./configure
$ make
There is no `make install` target. The compiled plugin can be found under the
gstprovider directory. An application that uses PsiMedia should have
instructions on what to do with the plugin.
For Psi+ program gstprovider plugin should be placed into:
* /usr/lib/psi-plus/plugins/ on Linux systems
* the root Psi+ directory on MS Windows systems
(for example, c:\\Program Files\Psi+\)
If you want to test demo program, use environment variable PSI_MEDIA_PLUGIN
for setting the path to gstprovider plugin. For example:
$ PSI_MEDIA_PLUGIN=/usr/lib/psi-plus/plugins/libgstprovider.so ./demo