gremybest.blogg.se

Makefile for windows how ot make
Makefile for windows how ot make







makefile for windows how ot make

The accepted answer to this very similar question: How to use makefiles on Windows, suggests to use Cygwin.

makefile for windows how ot make makefile for windows how ot make

For now I would like to get make itself working in the first place.Ī bit of research revealed two possibilities: I am aware that I will also have to install programs that make will call, such as, say, g++ or pdflatex, but that'll be for later. However I could not find whether it is possible to install make in PowerShell. I am currently forced to use Windows, and so as to be able to use this OS I configured and enhanced the "PowerShell" (by installing some additional programs, such as vim or svn, a module called PSReadLine, writing a PowerShell profile, etc.). Makefiles contain directives to build these projects using the command make. Under Linux, sources of projects commonly come with Makefile's.









Makefile for windows how ot make