summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2011-12-02 09:26:25 +0000
committerPeter Wu <lekensteyn@gmail.com>2011-12-02 09:26:25 +0000
commit8491df58e9b32056340b880694121256d98d900d (patch)
tree235e98fcb78afb2835e436ad7edfc881b7b416a1
parent4c32ae5d323d462867e4eb95c3ce1843d44f9000 (diff)
downloadpp2cc-8491df58e9b32056340b880694121256d98d900d.tar.gz
Windows still sucks, but I need to make better documentation
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index cddbea6..c55c6f7 100644
--- a/README
+++ b/README
@@ -21,10 +21,11 @@ messages.
The cpp program is installed on most Linux distributions. If not, install a
conforming cpp, say gcc (GNU C Compiler). On Windows, you might want to
-download mcpp from http://mcpp.sourceforge.net/. Put it in your %PATH% (e.g.
-C:\windows and rename it to "cpp.exe". If you do not install a C preprocessor,
-you need to pass the --no-cpp option in order to skip the processing through
-cpp. You will not be able to use comments or macros in this case.
+download mcpp (binary package) from http://mcpp.sourceforge.net/download.html.
+Put mcpp.exe in your %PATH% (e.g. C:\windows) and rename it to "cpp.exe". If
+you do not install a C preprocessor, you need to pass the --no-cpp option in
+order to skip the processing through cpp. You will not be able to use comments
+or macros in this case.
Usage: pp2cc.py [options] filename..
Multiple input files can be specified, options can be specified before and