Select Git revision
-
Janne Mareike Koschinski authoredJanne Mareike Koschinski authored
README.md 4.70 KiB
QuasselDroid-ng
Quassel is a distributed, decentralized IRC client, written using C++ and Qt. QuasselDroid is a pure-java client for the Quassel core, allowing you to connect to your Quassel core using your Android ™ phone.
Inspired by and based on QuasselDroid
##Build Requirements
QuasselDroid requires you to have the latest version of gradle installed, and a recent version of the Android SDK installed (and configured via the environment variable ANDROID_HOME)
QuasselDroid uses the following libraries (although these are automatically downloaded from maven central):
- AndroidSlidingUpPanel Apache 2.0
- libquassel-java LGPL 3.0
- Guava Apache 2.0
- Joda-Time Apache 2.0
- Joda-Convert Apache 2.0
- Material Drawer Apache 2.0
- Material Dialogs MIT
- ButterKnife Apache 2.0
-
Android Support Libraries
Apache 2.0
Android Support Library requires the corresponding package to be installed in the SDK manager
##Building