Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.65 KB

WindowsREADME.md

File metadata and controls

36 lines (23 loc) · 1.65 KB

For the Rust Project

To Build pjproject on Windows

Note This is only if you want to rebuild the contentd of /pjlibs/windows/

Method 1: Visual studio code 2019

pjproject Solution is of 2014

Requirements:

Build the "Solution pjproject-vs14" then copy pjproject/lib/libpjproject-x86_64-x64-vc14-Debug.lib to the Rust project pjproject-sys/pjlibs/windows/ Also will need to copy Ole32.lib -> pjproject-sys/pjlibs/windows/ if it is not already included.

Ole32.lib can be located at C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64 and may require Visual Studio 2019 to be installed, with the Windows 8.1 SDK.