For the documentation take a look at the wiki in our documentation repository.
Qabel Core is the core component of a Qabel Client.
-
Make sure you have a working git client installed
-
clone the source
git clone https://github.com/Qabel/qabel-core.git cd qabel-core git submodule init git submodule update
-
build the project
./gradlew build
-
It is recommended to use Eclipse with Qabel-Core. Make sure you have Eclipse with Gradle Support up and running. Also you need a git client
-
clone the source
git clone https://github.com/Qabel/qabel-core.git
-
Fire up Eclipse and import the project using
File
->Import...
->Gradle Project
.