We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7089591 + 30e59d1 commit ed2b6e3Copy full SHA for ed2b6e3
README.md
@@ -6,7 +6,7 @@ http://www.digitalmars.com
6
7
https://digitalmars.com/ctg/sc.html
8
9
-## Building the compiler:
+## Building the compiler (Win32 only):
10
11
1. Download and install Digital Mars C++ compiler from https://www.digitalmars.com/download/freecompiler.html
12
2. Download and install DMD 2.074.1 from http://downloads.dlang.org/releases/2017/
@@ -20,3 +20,5 @@ https://digitalmars.com/ctg/sc.html
20
`make clean`
21
`make scppn`
22
You might need to edit the `makefile` to set the path to your DMD installation.
23
+
24
+Note that DMC targets Win32, and hasn't been ported to other platforms.
dm/src/dmc/posix.mak
0 commit comments