Installing - VowpalWabbit/vowpal_wabbit GitHub Wiki
Getting started > Building > [Installing] > Tutorial
To install the VW command line tool you can run the following after building (CMake must be configured with -DVW_INSTALL=ON
:
cmake --install build
Note: You may need to add the install location to your PATH
.