https://github.com/cybershadow/slimd
Bare-bones D on Win32
https://github.com/cybershadow/slimd
Last synced: 5 months ago
JSON representation
Bare-bones D on Win32
- Host: GitHub
- URL: https://github.com/cybershadow/slimd
- Owner: CyberShadow
- Created: 2011-11-09T09:55:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T05:58:07.000Z (over 6 years ago)
- Last Synced: 2025-03-16T22:52:50.688Z (about 1 year ago)
- Language: D
- Homepage:
- Size: 688 KB
- Stars: 20
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SlimD
=====
Bare-bones D on Win32.
[Announcement](http://forum.dlang.org/post/qcbicxrtmjmwiljsyhdf@forum.dlang.org).
Setup
-----
1. Clone the repository:
git clone --recursive https://github.com/CyberShadow/SlimD
2. Build the build tool:
cd SlimD
rdmd --build-only slimbuild\slimbuild
3. Add `slimbuild` to the system `PATH` (optional);
4. Copy `local.ini.sample` to `local.ini` and edit according to the comments (optional).
Usage
-----
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:
1. `local.ini` in `slimbuild`'s parent directory (the repository root);
2. `slim.ini` in the current directory;
3. `local.ini` in the current directory;
4. The command line (`--option=value`).