From c389f0654b22ca16633fe20d57e1e6b3aa6adbe9 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sat, 9 May 2015 13:29:22 -0400 Subject: [PATCH] Add installation instructions. --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Readme.md b/Readme.md index f34a03f..832284f 100644 --- a/Readme.md +++ b/Readme.md @@ -11,6 +11,20 @@ It currently supports: - Seamlessly converting too and from D types - Handling method calls and signals (includes introspection support) +# Installation + +Before using, you will need to have the DBus C library installed on your computer to link with, and probably also a DBus session bus running so that you can actually do things. + +`ddbus` is available on [DUB](http://code.dlang.org/packages/ddbus) so you can simply include it in your `dub.json`: +```json +{ + ... + "dependencies": { + "ddbus": "~>1.0.0" + } +} +``` + # Usage ## Call Interface