Skip to content
webratte edited this page Apr 14, 2017 · 27 revisions

Welcome to the Kontalk Desktop wiki!

This page is also translated into: German, Spanish

For general and questions specific to the Android App look here...

Development

How can I compile the code?

A: It's a simple Java/Gradle project (Java Development Kit 8 is needed). First, update the git submodule:

$ git submodule update --init

Now, compile and run with $ ./gradlew run (Windows: gradlew.bat run)

NOTE: after importing from an IDE you probably have to manually set the projects build platform to JDK 1.8.

What software dependencies are needed?

A: They are all included in the repository!

I want to help with translation, what to do?

A: Great! You can register on https://translate.kontalk.org to start right away. If you don't like to register you can make suggestions without having a account there.

Clone this wiki locally