Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershadow/slimd
Bare-bones D on Win32
https://github.com/cybershadow/slimd
Last synced: about 2 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T05:58:07.000Z (over 5 years ago)
- Last Synced: 2023-03-10T22:18:33.905Z (almost 2 years 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/[email protected]).
Setup
-----1. Clone the repository:
git clone --recursive https://github.com/CyberShadow/SlimD
2. Build the build tool:
cd SlimD
rdmd --build-only slimbuild\slimbuild3. 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`).