Skip to content

arieldon/aggrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aggrss

aggrss is a graphical RSS/Atom feed aggregator for Linux.

Screenshot of aggrss

Compile and Install

aggrss depends on SDL2, FreeType, OpenGL, SQLite3, and OpenSSL. It also relies on the standard C library and POSIX as well, primarly for threading.

Run the following command on Ubuntu to install the dependencies.

# apt install libsdl2-dev libfreetype-dev libgl-dev libssl-dev libsqlite3-dev build-essential

Then, run the install script.

$ ./install.sh

Resources and References

Then there are RFCs and specs for various formats/protocols and docs for all the libraries I used, but those are easy to find.

About

aggss is a graphical Atom/RSS feed aggregator.

Resources

License

Stars

Watchers

Forks