Skip to content
Jack Gerrits edited this page Mar 28, 2019 · 12 revisions

Getting started > Dependencies > Building > [Installing] > Tutorial


Linux

cd build
sudo make install

Next step: tutorial

Windows

  1. Find directory that vw.exe was placed in
    1. If "Debug" and "x64" were used it will be in: <repo_root>\vowpalwabbit\out\target\Debug\x64\
    2. If CMake was used it will be in the build directory: <repo_root>\build\vowpalwabbit\
  2. Add that directory to the system PATH variable

Next step: tutorial

Clone this wiki locally