~ubuntu-branches/ubuntu/trusty/podget/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Dave Vehrs
  • Date: 2007-01-23 13:19:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070123131937-7mkbeyf0896fkpf6
Tags: upstream-0.5.8
ImportĀ upstreamĀ versionĀ 0.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Source Install:
 
3
     $ sudo make install
 
4
 
 
5
Building and installing a Debian package:
 
6
     $ cd podget-<version>
 
7
     $ fakeroot ./debian/rules binary
 
8
     $ cd ../
 
9
     $ sudo dpkg -i podget_<version>-all.deb
 
10
 
 
11
After the package is installed, run it once to install default configuration
 
12
files into $HOME/.podget, edit them as needed.