blob: 1e6095dbbd3d423c08d925cb106e0172a23b57e2 (
plain) (
blame)
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
|
README for noos:
== Introduction ==
noos is an RSS feed reader for the text console. It is designed to run
Unix-like operating systems such as Linux.
== Downloading ==
You can download the latest version of noos from the following website:
http://synflood.at/noos.html
Alternatively, you can check out the latest version from the noos
Subversion repository:
http://bereshit.synflood.at/svn/noos/trunk/
== Dependencies ==
noos depends on a number of libraries, which need to be installed
before noos can be compiled.
libnXml: http://www2.autistici.org/bakunin/libnxml/
libmRss: http://www2.autistici.org/bakunin/libmrss/
SQLite: http://www.sqlite.org/
STFL: http://www.clifford.at/stfl/
Debian unstable comes with ready-to-use packages for these dependencies.
== Installation ==
Compiling and installing noos is as simple as:
make
make install
== Contact ==
Andreas Krennmair <ak@synflood.at>
== License ==
noos is licensed under the MIT/X Consortium License.
|