Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 536 Bytes

quantlib-vcpkg-example

Requirements: CMake 3.20 or above

You can build this project either on command line or in an IDE such as Visual Studio or Visual Studio Code.

  • On the command line, enter the following commands:
    • git submodule init
    • git submodule update
    • cmake --preset linux-dynamic # or linux-static or windows-static
    • cmake --build --preset linux-dynamic # or linux-static or windows-static
  • In an IDE, simply choose the configure preset and the build preset that you want and then build the project.