2024-12-07 21:35:48 +01:00
|
|
|
# d-setup
|
|
|
|
|
|
|
|
Setup D language development environment for linux in a janky fashion
|
|
|
|
|
|
|
|
Will setup DMD and LDC compilers (Can be found in ~/dlang)
|
|
|
|
|
|
|
|
Will build DCD, DFormat, DScanner tools for use in jetbrains IDE (can be found in ./tools)
|
2024-12-07 21:43:49 +01:00
|
|
|
|
|
|
|
Origin: https://forge.alveus.dev/misc/d-setup
|