Tagged Questions
0
votes
1answer
64 views
Makefile support for Tiny C Compiler
I just found the brilliant Tiny C Compiler while searching for a small portable C compiler for Windows (I cannot install anything on this system or copy files to it and so need to compile directly on ...
0
votes
1answer
2k views
Installing Cygwin C and C++ compilers for NetBeans IDE 7.2
I am very new to Cygwin, C, C++ and NetBeans IDE 7.2. My PC is running MICROSOFT WINDOWS 7 OS.
I have read the documentation on how to install the Cygwin C C++ compilers.
...
2
votes
2answers
2k views
Portable C compiler for Windows on USB stick
I am looking for a portable C compiler to run from an USB stick on Windows (XP or higher).
If it's a GCC portable version, that's a plus. If it's also (optionally) a C++ compiler, that's a plus too.
...
1
vote
1answer
169 views
How do you add RefocusIt to Gimp?
I'm trying to compile Gimp with a special plugin called Refocus-It. I know that I need to compile something. Can somebody please explain what needs to be done?
I would like to accomplish this using ...
0
votes
1answer
242 views
Vim bind compile key depending on document type
Is there a way to bind a key by document type?
For example, if the document is a .tex file, I want f5 to call PdfLatex, but it is a .c file, I want it to call make