VTIL-Core/Docs/COMPILE.md
2021-08-02 23:41:48 +08:00

221 B

Open the Visual Studio Command Prompt, and from the root directory, do:

    $ mkdir build
    $ cd build

To build, run:

    $ cmake -DVTIL_BUILD_TESTS=ON ..
    $ cmake --build . --config Release