1.1 KiB
1.1 KiB
Let's learn Dlang Game Dev
Let's install:
- DMD compiler
- DUB package manager
- Sublime Text editor
DMD a compiler for D programming language. It takes in the source code and produces executables.
To install DMD compiler:
- Head over to the official website for D programming language: www.dlang.org
- Click on 'downloads'
- Download DMD offcial installer
- Lauch the installer, it will isntall DMD compiler automatically
DUB is the official package manager for D programming langauge.
With the help of DUB you can build and run your programs. It is especially useful when you need to include an external library. Just tell DUB the name of the package/library, and DUB will fetch and build it for your project.
To install DUB package manager:
- Head over to www.github.com/dlang/dub/releases
- Choose you OS and download the official installer
- Launch the installer, it will install DUB package manager automatically
Sublime Text is an editor for our code. It's simple and easy to use.
To install Sublime Text:
- Head over to www.sublimetext.com
- Click on download
- Choose your OS and download the application