Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit 697a9af4f3b7a929c8753fd9a6cda7d8f9213cad
parent 700b320f1104c31d36b49e31817c24e89cf4b26a
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Tue, 30 Jun 2015 13:38:02 +0200

Readme: Add example for LDC2

Diffstat:
README.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,6 +11,11 @@ Compiling - Make sure to add ./kxml/source/kxml/xml.d to the input files of the compilercall - You also have to link against libCurl +With ldc2, the call looks something like +```shell +ldc2 Fb2RSS.d kxml/source/kxml/xml.d -L-lcurl +``` + Usage -------------- ```shell