ref: d2e6790b3ff30aaa4a3a91e80334548155219d81
parent: 1f438d08785b7946c612d016dbf6940c9614c26a
author: sirjofri <sirjofri@sirjofri.de>
date: Tue Jun 9 15:35:06 EDT 2020
adds xmlpull notice and adjusts mkfile build target path for binary files
--- a/Readme.md
+++ b/Readme.md
@@ -17,3 +17,10 @@
default `news(1)` directory, or use `bind(1)` to build your own
`/lib/news`. Make a loop with a `sleep` command to automatically
fetch data every hour or use a cronjob.
+
+Building and Installation
+-------------------------
+
+**You need the `xmlpull` library. You can find it in `extra` (`9fs 9front`).**
+
+ mk install
--- a/mkfile
+++ b/mkfile
@@ -1,5 +1,6 @@
</$objtype/mkfile
+BIN=$home/bin/$objtype
TARG=rssfill
OFILES=rssfill.$O date.$O
HFILES=rssfill.h xmlpull.h date.h