From daf010fd0245414e66f3037ea165aaf9ac7b7c06 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 7 Jun 2017 20:26:32 +0200 Subject: [PATCH] add video --- docs/videos.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/videos.md b/docs/videos.md index ab723ee8..8f1bc19a 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -20,3 +20,12 @@ The trick is to set the tool's current working directory with a [symbolic string {% raw %}
https://abstractop.tumblr.com/post/161538065841
{% endraw %} + +### Compiler paths + +This video shows how it's easy to [select a specific D compiler](options_compilers_paths) on the fly: official dmd, upstream dmd, ldc and gdc. +Here the choice is applied to the compiler used to make a runnable but the same setting also exists for the projects. + +{% raw %} +
https://abstractop.tumblr.com/post/161552390630
+{% endraw %}