Fb2RSS

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

commit 38ccf500206e06a9e37d8abd7e68b055ecc8aae6
parent 6107ad267df741a9b5e459de94ed0df0320b36c5
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  9 Sep 2015 19:12:52 +0200

Updated build instructions.

Diffstat:
README.md | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -7,13 +7,8 @@ since they turned the official RSS Feeds off. Compiling -------------- -- Install a D Compiler and Phobos Runtime -- 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 +make DMD="your-favorite-dmd" ``` Usage