-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
executable file
·45 lines (29 loc) · 1.28 KB
/
README
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
39
40
41
42
43
44
45
INSTALLATION ON LINUX:
----------------------
install from ppa for ubuntu:
----------------------------
sudo apt-add-repository ppa:s-lagui/ppa
sudo apt-get update
sudo apt-get install gmediafinder
Get sources form git:
---------------------
install the current dependencies first:
python-gtk2, python-gdata, python-gst0.10, gstreamer0.10-ffmpeg, libvisual-0.4-0, libvisual-0.4-plugins, python-configobj, ffmpeg, python-mechanize, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, python-xlib, python-glade2, python-setuptools
then you can use the setup.py to install or start the software directy...
check the source code:
----------------------
git clone git://github.com/smolleyes/gmediafinder.git
for setup.py:
cd gmediafinder; sudo python setup.py install (or uninstall to remove)
direct use:
cd gmediafinder/GmediaFinder; python gmediafinder.py
!! Be sure to not have the packaged version installed in the same time !! (from the ppa or the deb ...)
INSTALLATION ON WINDOWS:
------------------------
1/ install the vcredist x86 or 64
http://www.penguincape.org/downloads/smo/gmediafinder/vcredist_x86.exe
or
http://www.penguincape.org/downloads/smo/gmediafinder/vcredist_x64.exe
2/ install the setup:
http://www.penguincape.org/downloads/smo/gmediafinder/gmediafinder_setup.exe
enjoy !