|
|
Download it |
|---|---|
|
There are two places where you can get the W2H interface from.
Both should have the same copy of the latest available version.
Online UpdateStarting with W2H-4.1.1, it is possible to update the source code viautil.online-update.This tool is available in the download section. In order to run an online update, put this perl script in your W2H directory and run it from the command-line. With the default parameter settings, this program is interactive, asking for each update.
NAMEutil.online-update - perform an online update of W2H source code
SYNOPSIS$ perl util.online-update [options]
Options:
--help show short usage message
(add --verbose for more details)
--nodownload no network connection --dry-update show what would have been updated --auto non-interactive mode (replies "yes" to all questions)
--verbose verbose messages
--logfile <filename>
use /dev/null to disable logfile creation
--man show full documentation
DESCRIPTIONThis program does an online update of the W2H source code. It connects to the W2H source code server (www.w2h.dkfz-heidelberg.de), and downloads the available updates to a spool sub-directory. Then it compares the files in the spool directory and the W2H installation, to find files that should be updated. By default, this program is interactive, i.e. each file update requires a manual confirmation.
OPTIONS
|