Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Get the code from the git repositories. First get gitget https://git.code.sf.net/pgithub.com/uroni/urbackup/_backend , then put gitput https://git.code.sf.net/pgithub.com/uroni/urbackup/_frontend-_wx into a subdirectory named client. Alternatively you can run the batch script checkout_client.bat

...

You have to manually adjust the include paths by changing environment variables if you put the files somewhere else. For example it currently expects boost at D:\boost. If you put it somewhere else you need to change that path in all configurations of the Server projectexpects the cURL include files in CurlIncludeDir.

The easier option is to checkout the git repository http://buildserver.urbackup.org/git/urbackup_deps into a deps folder. update_deps.bat does that for you.

Building

If you installed Visual Studio and NSIS into the default paths the build_client.bat script may work and build you a client installer. Otherwise you will have to adjust paths in this build script.