10
2
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 like to know:
Which are the alternatives (if any) to use makefiles on Windows?
In the ideal case I would like to configure the tool into Kile (which is running on Windows, yes) and run it from there.
This is a great solution as it also uses a repository (the thing I miss most on Windows). – black_puppydog – 2011-12-01T10:04:02.823
1I also added the cygwin binaries (C:\cygwin\bin per default) to my PATH system variable. After restarting Kile and configuring a new
make
command as a build tool I was able to use make from Kile. – black_puppydog – 2011-12-01T10:05:46.190