Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Prerequisites

Get the code

Get the code from the git repositories. First get git://git.code.sf.net/p/urbackup/backend , then put git://git.code.sf.net/p/urbackup/frontend-wx into a subdirectory named client. Alternatively you can run the batch script checkout_client.bat

Adjusting Include/Library paths

You have to manually adjust the include paths 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 project.

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.

  • No labels