diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-12-01 12:02:22 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-12-01 12:02:22 +0100 |
commit | 10fa4dbfc5513fe4fb27041980b3aef55c426231 (patch) | |
tree | 17853c7d86c8184194920d61707bf3a83e5153fc /INSTALL | |
parent | 4c529b51694d5d6cb2792891b10c162ecd13297b (diff) | |
download | vdradmin-am-3.5.1.tar.gz vdradmin-am-3.5.1.tar.bz2 |
2006-12-01: 3.5.1v3.5.1
- Added: Italian translation (Submitted by Gringo).
- Bugfixes.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -31,7 +31,7 @@ to get a complete VDRAdmin-AM folder: 3) Check if your system provides all requirements and optionally install the missing Perl modules: - $ ./install.sh -p + $ ./make.sh check 4) Now you have to deside wether you want to run VDRAdmin-AM locally (4a) in this directory or install it into your system (4b). @@ -72,19 +72,19 @@ to get a complete VDRAdmin-AM folder: 1a) run locally (=no installation) There is not much to do. Simply remove to folder VDRAdmin-AM has been created while unpacking: - $ rm -rf vdradmin-am-VERSION.tar.bz2 + $ rm -rf vdradmin-am-VERSION 1b) installed to your system - You need the unpacked VDRAdmin-AM archive. Enter it and run uninstall.sh: - $ cd vdradmin-am-VERSION.tar.bz2 + You need the unpacked VDRAdmin-AM archive. + $ cd vdradmin-am-VERSION $ ./make.sh uninstall You might want to delete your VDRAdmin-AM's configuration files: $ rm -rf /etc/vdradmin This of course only works if you didn't change the default install - locations! If you've change them you must call uninstall.sh with those - locations. + locations! If you've change them you must call "./make.sh uninstall" + with those locations. If you don't know what I'm talking about, you probably didn't change the default values ;) |