|
||
---|---|---|
.. | ||
README.md |
README.md
Let's learn Dlang Game Dev
Let's install:
- DMD compiler
- DUB package manager
- Sublime Text editor
DMD is the official 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 install 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 an external library. Just tell DUB the name of the package/library you would like to include, and DUB will fetch, download and build it for your project.
To install DUB package manager:
- Head over to www.github.com/dlang/dub/releases
- Choose your 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