Hello dear reader,
The latest code::blocks revision support now ldc compiller (LLVM D compiler). Now you can Devellop D application with this great IDE.
Install codeblocks repo
Install dany repo (thanks to sharkcz's )
Install or update code::blocks
$ su -c 'yum install codeblocks'
or
$ su -c 'yum updtate codeblocks'
Configuration of Projects
Go in Settings -> Compiler and Debugger
In search directories tabs set path to /usr/include/d
In linkker tabs for 64bits set path to /usr/lib64
In compiler setting tabs -> #defines a Tango and Posix



