update dmd version
This commit is contained in:
parent
ed70225208
commit
9f7e313893
1 changed files with 5 additions and 5 deletions
|
@ -109,21 +109,21 @@ brew install dub
|
|||
|
||||
```bash
|
||||
curl -fsS https://dlang.org/install.sh | bash -s dmd
|
||||
echo "~/.dlang/dmd-2.080.0/activate" >> ~/.profile # Add dmd and dub to PATH on starting a bash shell
|
||||
echo "~/.dlang/dmd-2.080.1/activate" >> ~/.profile # Add dmd and dub to PATH on starting a bash shell
|
||||
```
|
||||
|
||||
##### Installing using the installer
|
||||
|
||||
* Download http://downloads.dlang.org/releases/2.x/2.080.0/dmd.2.080.0.dmg.
|
||||
* Open `dmd.2.080.0.dmg`
|
||||
* Download http://downloads.dlang.org/releases/2.x/2.080.1/dmd.2.080.1.dmg.
|
||||
* Open `dmd.2.080.1.dmg`
|
||||
* Run `DMD2.pkg` (you might need to activate the “allow installing applications
|
||||
from unverified developers” option in your security settings) and install with
|
||||
the default settings.
|
||||
|
||||
#### Windows
|
||||
|
||||
* Download http://downloads.dlang.org/releases/2.x/2.080.0/dmd-2.080.0.exe.
|
||||
* Run `dmd-2.080.0.exe` and install with the default settings (this will also
|
||||
* Download http://downloads.dlang.org/releases/2.x/2.080.1/dmd-2.080.1.exe.
|
||||
* Run `dmd-2.080.1.exe` and install with the default settings (this will also
|
||||
install Visual Studio if you do not have it installed yet).
|
||||
|
||||
### Recommended editor setup
|
||||
|
|
Loading…
Reference in a new issue