Dear all,
I am installing CA providence 1.7.17 on Windows server 2019 (MySQL8.0.35, PHP7.3.9, Apache 2.4.52).
I would like to use Gmagick PHP extension but I can't find a windows version for download.
I am trying to build it and have some issues.
Please find my steps below:
(1) Download GraphicMagick source to build a GraphicMagick application in my server environment
I am trying to use Visual Studio to build it, what version shall I use?
My PHP is 7.3.9. I found that in PHP manual, it said PHP 7.3 is supported by Visual C++ 15.0 (Visual Studio 2017). Can I use Visual Studio 2022?
Is there any alternative for Visual Studio that can compile exe file?
(2) Download PHP source, libraries on which PHP depends and Gmagick source together with the GraphicMagick to build Gmagick
For PHP source, shall I download the same version source of my PHP, that is 7.3.9?
For libraries on which PHP depends, I need to download php-sdk depends. When I extracting the files, some of them could not be extracted. How can I fix this?
I have stopped here before I build Gmagick and install it.
Can anyone help to for building Gmagick on Windows?
Many thanks.