File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,18 @@ Building Dmake
2929With autotools
3030--------------
3131Building dmake on systems that are supported by the autotools build system
32- only requires the usual "./configure && make && make install" command.
33- The configure command will notify you when your platform is not supported.
32+ only requires the usual "./autogen.sh && ./configure && make && make install"
33+ command. The configure command will notify you when your platform is not
34+ supported.
3435
3536With Microsoft C++ compiler
3637---------------------------
37- For MS Visual C++ 6 and up run "make.bat win95-vpp40" in a command shell.
38- This should create a dmake.exe in the top-level directory.
38+ For MS Visual C++ 4 through 6 run "make.bat win95-vpp40" in a command shell.
39+ For MS Visual C++ 2003 and up run "make.bat win95-vpp70" in a command shell.
40+ Both 32 bit and 64 bit builds are supported. The bitness of the dmake build is
41+ determined by the bitness of cl.exe which was found in PATH. Use "vcvars32" or
42+ "vcvarsall x64" to pick the correct Visual C++ compiler. A dmake.exe will be
43+ created in the top-level directory.
3944
4045It is possible to rename this to, say, dmake0.exe, delete the objects/
4146sub-directory and then simply run "dmake0.exe" to build a new dmake.exe.
You can’t perform that action at this time.
0 commit comments