-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
26 lines (14 loc) · 765 Bytes
/
INSTALL
File metadata and controls
26 lines (14 loc) · 765 Bytes
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
-------------------------------------------------------------------
gPodder installation
To install gPodder on your computer, make sure you have python and
gPodder's dependencies (see README) installed. Then, go into the
source dir (you probably are in it now as you are reading this) and
execute the following command to install it, either as root or with
sudo:
make install
For more information on how to install gPodder and to set it up
to fit your needs, please look at the gPodder website or mail to
the gPodder development mailing list:
gPodder website: http://www.gpodder.org/
gPodder mailing list: gpodder-devel@berlios.de
-------------------------------------------------------------------