- Get the latest version from subversion repository to your computer:
- Code: Select all
svn co https://nzbget.svn.sourceforge.net/svnroot/nzbget/trunk nzbget-svn
This command creates directory "nzbget-svn" in current directory. You can use any other name instead of "nzbget-svn". - Change to new directory:
- Code: Select all
cd nzbget-svn
- Update timestamps of two important files to prevent the unnecessary executing of autoconf and automake:
- Code: Select all
touch configure
touch Makefile.in
- Now you can configure and make as usual:
- Code: Select all
./configure
make
Because of new features in newer versions of nzbget the file format for download queue may change. Newer nzbget-versions can read older formats and update queue to new format on next saving of queue. If you want to be able to downgrade to older versions with preserving of queue, you should make a backup of queue-directory.
Otherwise you'll get a message "could not load queue due version message" in an older nzbget-version. If don't have a backup, just ignore the message and add nzb-files to queue again. If option "DupeCheck" is enabled, the already existed files will be skipped automatically.
