Update INSTALL.md

* Update build example to use DMD 2.087.0 rather than DMD 2.081.1
This commit is contained in:
abraunegg 2021-11-25 06:24:55 +11:00 committed by GitHub
parent dafc37e677
commit df3d137772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,13 +267,13 @@ sudo zypper install libnotify-devel
### Building using DMD Reference Compiler
Before cloning and compiling, if you have installed DMD via curl for your OS, you will need to activate DMD as per example below:
```text
Run `source ~/dlang/dmd-2.081.1/activate` in your shell to use dmd-2.081.1.
Run `source ~/dlang/dmd-2.087.0/activate` in your shell to use dmd-2.087.0.
This will setup PATH, LIBRARY_PATH, LD_LIBRARY_PATH, DMD, DC, and PS1.
Run `deactivate` later on to restore your environment.
```
Without performing this step, the compilation process will fail.
**Note:** Depending on your DMD version, substitute `2.081.1` above with your DMD version that is installed.
**Note:** Depending on your DMD version, substitute `2.087.0` above with your DMD version that is installed.
```text
git clone https://github.com/abraunegg/onedrive.git