I try to compile PJSUA2 for Python. I could manage to compile the source with Visual Studio 2015 Community edition.
My question is, how can I install the Python module now?
The guide suggests to use make and make install. I tried to install also minwg, but it is not working as the project was compiled with VS.
I have also tried to compile with minwg, but I never could succeed due to undefined requirements. Also official PJSUA guide recommend to use VS for Windows.
Following settings have been applied to build from source:
- Swig location has been added to path
 - JAVA_home system variable has been added
 - Java location has been added to path
 - Empty pjlib/include/pj/config_site.h has been created
 - Opened source in VS 2015 Community (all suggested VS package and module has been installed)
 - Set following project to do not compile:
- pjsua_cli_uwp_comp
 - pjsua_cli_wp8
 - pjsua_cli_wp8_comp
 
 - Set swig_java_pjsua2 to build.
 - Add following folders to swig_java_pjsua2 VC++ include directories
- c:\Program Files\Java\jdk-11.0.2\include
 - c:\Program Files\Java\jdk-11.0.2\include\win32
 
 - Build solution