Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 418 Bytes

File metadata and controls

10 lines (7 loc) · 418 Bytes

SQLite3 for PHP on Windows

Building

  • start the respective Visual Studio console

  • cd into the directory

  • nmake install
    The package will be installed in the folder given by the macro PREFIX (which is $(CRT)-$(MACHINE) if not explicitly given. macros are defined as usual. CRT defaults to vc15 and MACHINE to x64.

    Also the macro DEBUG is supported; set to 1 to get a debug build.