forked from VowpalWabbit/vowpal_wabbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Build
Markus Cozowicz edited this page Oct 28, 2015
·
5 revisions
- Visual Studio 2013 or above. It builds using VS 2015, but some issues occurred with the debugger.
- Run the following from Windows Command prompt (cmd.exe) to restore nugets. Just restoring in Visual Studio isn't enough, as the build definition already depends on one of the nugets (ANTLR).
cd vowpalwabbit
.nuget\NuGet.exe restore vw.sln
- To run the tests you need to install Java Runtime
- To avoid space/tab/.. reformatting, install Editor Config VS Plugin
- Select x64 platform (Configuration Manager \ Active solution platfrom)
- Select x64 as test platform (Test \ Test settings \ Default Processor Architecture)
- Don't trust the Visual Studio 2013 debugger on stack frames in C++/CLI. We observed bogus values. Moving to C++ or C# everything was correct.