I would like to install Potrace on my Windows 10 Computer and I will be using it with python 2.7.5. I am following the installation instruction from this site.( https://pypi.python.org/pypi/pypotrace) for Windows.
What I did so far
I installed MinGW – following these YouTube instructions [https://www.youtube.com/watch?v=DHekr3EtDOA]
I also download Agg-2.5 and potrace-1.15.win64 and put these 2 folders inside C:/src (see Picture 1)
Issue
However, I am stuck at this specific point of the installation instructions. It says:
I extracted both packages in my
C:\src
folder. Both are easy to build by executing./configure; make
and./autogen.sh;
make respectively, on MSYS prompt.
I have no idea how what that means or how to do it. I did find MSYS prompt but I have no idea what to write in the prompt to complete this step (see Picture 2).