forked from akrennmair/newsbeuter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
50 lines (39 loc) · 1.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
README for newsbeuter
=====================
Andreas Krennmair <ak@newsbeuter.org>
Introduction
------------
Newsbeuter is an RSS feed reader for the text console. It is designed to run
Unix-like operating systems such as Linux. NetBSD is currently not supported,
due to technical limitations.
Downloading
-----------
You can download the latest version of newsbeuter from the following website:
http://www.newsbeuter.org/
Alternatively, you can check out the latest version from the newsbeuter
Git repository (hosted on GitHub):
git clone git://github.com/akrennmair/newsbeuter.git
Dependencies
------------
Newsbeuter depends on a number of libraries, which need to be installed before
newsbeuter can be compiled.
- STFL (version 0.21 or newer): http://www.clifford.at/stfl/
- SQLite3 (version 3.5 or newer): http://www.sqlite.org/download.html
- libcurl (version 7.18.0 or newer): http://curl.haxx.se/download.html
- GNU gettext (on systems that don't provide gettext in the libc): ftp://ftp.gnu.org/gnu/gettext/
- pkg-config: http://pkg-config.freedesktop.org/wiki/
- libxml2: http://xmlsoft.org/downloads.html
- json-c (version 0.11 or newer): https://github.com/json-c/json-c/wiki
Debian unstable comes with ready-to-use packages for these dependencies.
Installation
------------
Compiling and installing newsbeuter is as simple as:
make
make install
Contact
-------
Andreas Krennmair <ak@newsbeuter.org>
License
-------
Newsbeuter is licensed under the MIT/X Consortium License. See the file LICENSE
for further details.