Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
Nicolas Fella 1c3b59e677 Switch CI to kdeorg image 2020-05-13 11:44:21 +02:00
android Android build fixes 2020-04-28 21:32:37 +02:00
src Add command line parameters 2020-05-11 21:13:27 +02:00
.editorconfig Add Editorconfig 2020-04-28 14:20:40 +00:00
.gitignore Remove .clang-format 2020-04-24 12:36:39 +02:00
.gitlab-ci.yml Switch CI to kdeorg image 2020-05-13 11:44:21 +02:00
CMakeLists.txt Android build fixes 2020-04-28 21:32:37 +02:00
COPYING
README.md Add link to Binary Factory 2020-04-26 23:08:01 +00:00
alligator.svg
logo.png Add logo.png for gitlab 2020-04-22 00:50:41 +02:00
org.kde.mobile.alligator.appdata.xml GIT_SILENT made messages (after extraction) 2020-05-09 03:46:49 +02:00
org.kde.mobile.alligator.desktop Add command line parameters 2020-05-11 21:13:27 +02:00

README.md

Alligator

Alligator is a convergent RSS/Atom feed reader.

Get it

Nightly Android APKs are available at KDE's Binary Factory.

Building

Requirements

  • KCoreAddons
  • KI18n
  • KConfig
  • Kirigami
  • Syndication

Linux

git clone https://invent.kde.org/kde/alligator
cd alligator
mkdir build && cd  build
cmake .. -DCMAKE_PREFIX_PATH=/usr
make
sudo make install

This assumes all dependencies are installed. If your distribution does not provide them, you can use kdesrc-build to build all of them.

Android

You can build Alligator for Android using KDE's Docker-based build environment.