Difference between revisions of "Installing DMD"
m (→Other POSIX compliant) |
(alternative ways of installing DMD) |
||
Line 1: | Line 1: | ||
== Windows == | == Windows == | ||
+ | === Standard procedure === | ||
Easiest and fastest way to get your DMD running on MS Windows is to use [http://ftp.digitalmars.com/dinstaller.exe DInstaller] | Easiest and fastest way to get your DMD running on MS Windows is to use [http://ftp.digitalmars.com/dinstaller.exe DInstaller] | ||
You can watch [http://www.youtube.com/watch?v=kSugYSC5hrE instructional video] how to do that. | You can watch [http://www.youtube.com/watch?v=kSugYSC5hrE instructional video] how to do that. | ||
If you'll encounter any problems with missing libraries or non-existing executables, take a look on [http://digitalmars.com/techtips/command_prompt.html this]. | If you'll encounter any problems with missing libraries or non-existing executables, take a look on [http://digitalmars.com/techtips/command_prompt.html this]. | ||
+ | |||
+ | === Alternative ways === | ||
+ | [[Installing DMD on 64-bit Windows 7 (COFF-compatible)]] | ||
== Debian Linux compatible == | == Debian Linux compatible == |
Revision as of 21:56, 18 December 2012
Contents
Windows
Standard procedure
Easiest and fastest way to get your DMD running on MS Windows is to use DInstaller You can watch instructional video how to do that.
If you'll encounter any problems with missing libraries or non-existing executables, take a look on this.
Alternative ways
Installing DMD on 64-bit Windows 7 (COFF-compatible)
Debian Linux compatible
If you have distribution that's based on APT package manager, you might use APT Repository.
Arch Linux
There is a package in community repository for 32 bit dmd and | 64 bit dmd.
Other POSIX compliant
You might try looking for precompiled package for your distribution on http://dlang.org/download.html
If it's isn't there you might try building from source.