Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Nussbaum <nickn@seanet.com>2014-09-08 11:22:18 +0400
committerNick Nussbaum <nickn@seanet.com>2014-09-08 11:22:18 +0400
commitbda3946df48d6d5436b5f35973fbcc9cce2ce08f (patch)
tree0fdc7a188a8a1afd866b9e104aaf1a424d8f04e2 /README.deploy.txt
parentf6701495f1509f8791f522072ab5258a8358309e (diff)
Add an optional deploy_vw project to the VW solution/
It will build a deploy folders containg the Visual Studio 2013 redistributable runtimes and vw.exe and spanning_tree.exe. Details in the README.deploy.txt folder in Vowpal_Wabbit.
Diffstat (limited to 'README.deploy.txt')
-rw-r--r--README.deploy.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.deploy.txt b/README.deploy.txt
new file mode 100644
index 00000000..35fc5506
--- /dev/null
+++ b/README.deploy.txt
@@ -0,0 +1,25 @@
+The deploy_vw project makes a folder containing vw.exe,spanning tree.exe together with the the Redistributable Visual Studio 2013 c++ runtimes needed to use .exe
+You can put the folder on a machine which does not have Visual Studio 2013 installed and run the vw.exe without installing anything.
+If your environment has Visual Studio 2013 installed, there's no point in doing this since the runtime files are already installed on the system.
+That's why the deployer projects are by default unchecked in the build configuration manager.
+
+Normally you'd give people the x86 or x64 release versions.
+If you're debugging clusters with a remote debugger, you may want to build the debug versions.
+This is larger since it includes the pdb files as well as the debug versions of the runtime.
+These debug versions are not redistributable. You can use them in your machines that have a Visual Studio Licence but can't hand it out to people without Visual Studio..
+
+To make the deployment
+In the Build > Configuration Manager menu set the Active Configuration and Active Platform.
+X64 and release would be a common choice.
+
+Select thed deployer project in Solution Explorer
+
+In the Build Menu run Clean deploy
+In the Build Menu run Rebuild deploy
+
+This should trigger builds of vw and spanning tree if needed and then build the volder
+
+The folder called vowpal_wabbit\vowpalwabbit\deploy\x64\Release
+
+
+