Skip to content
Markus Cozowicz edited this page Sep 30, 2015 · 4 revisions

Build requirements

  • Run the following 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

Random tips

  • Select x64 platform.
  • Select x64 as test platform (Test \ Test settings \ Default Processor Architecture)