How to execute nmake command in Visual Studio
-
wrote on 17 Nov 2014, 01:58 last edited by
Hello,
I am trying to install PyQt in Windows 7(64 bit), for this I have to
install SIP 4.16.4. I have done "python configure.py" command in windows cmd prompt and it
configured and generated a make file named "Makefile" in my SIP folder. After this
I think, I have to run "make" command for this make file but I am not sure on how to do this.
Can anyone help me how to do this?please note that I am trying to do the following steps, could anyone tell me
what is wrong on I am doing?I have intalled python 2.6.5 and run PyQtWin64 installar first then,
-
Opened Visual Studio
-
Tools Menu -> VS Command prompt
-
My SIP folder path is C:\PyQt\sip-4.16.4, I changed cmd path to this path
4.Typed following command like this:
C:\PyQt\sip-4.16.4>nmake Makefile-install
Error:
nmake is not recognized as an internal or external command,...
Is it right method which I followed?, can anyone help me soon with a example...how to execute this make command!
-
1/1