Bare-bones D on Win32.
-
Clone the repository:
git clone --recursive https://github.com/CyberShadow/SlimD -
Build the build tool:
cd SlimD rdmd --build-only slimbuild\slimbuild -
Add
slimbuildto the systemPATH(optional); -
Copy
local.ini.sampletolocal.iniand edit according to the comments (optional).
See samples for examples. Run slimbuild from within a sample's directory to build it.
The build tool will use configuration from INI files and the command line. Configuration is applied in the following order:
local.iniinslimbuild's parent directory (the repository root);slim.iniin the current directory;local.iniin the current directory;- The command line (
--option=value).