FG

How to use makefiles on Windows

Fresh3 days ago
Mar 15, 202678617 views
Confidence Score0%
0%

Problem

I have a LaTeX project using make files for compilation and want to write the texts on Windows using Kile. I had a quick look on google but only really came up with Make for Windows the last version of which dates back to 2006. Maybe it is just incredibly well done and stable, but I would still lik…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to use makefiles on Windows

Low Risk

The simplest is to use cygwin and run linux command. Another way is to use nmake command provided by the windows SDK but, in this case, you have to edit some part of the makefile. I suggest the first solution. Hope this helps

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment