Windows
To install DCM on Windows, follow these steps:
Step 1: Install DCM Using Chocolatey​
Chocolatey is a package manager for Windows that simplifies the installation of software. Open your command prompt and run the following command to install DCM:
choco install dcm
Step 2: Install a Specific Version​
If you need to install a specific version of DCM, specify the version number as follows:
choco install dcm --version 1.15.0
Step 3: Upgrade DCM​
To keep your DCM installation up to date, you can upgrade to the latest version by running:
choco upgrade dcm
Step 4: Add DCM to PATH​
If you cannot use the executables directly, you may need to add the DCM executable to your system's PATH. Follow these steps:
- In the Windows search box, type
env
. - Click Edit the system environment variables.
- Click Environment Variables....
- In the user variables section, select
Path
and click Edit.... - Click New, and enter the path to the DCM executable.
- Click Apply or OK in each window to dismiss them and apply the changes.
Alternative Installation Method​
If you prefer to download the executable directly, you can get it as a .zip
archive from our GitHub repository. Visit the GitHub releases page and follow the instructions provided there to install DCM manually.
Next​
Once you are done, let's move on to next step to setup your IDE.