Skip to content

f-porter/qabel-core

 
 

Repository files navigation

Qabel documentation

For the documentation take a look at the wiki in our documentation repository.

Qabel Core

Build Status

Qabel Core is the core component of a Qabel Client.

building source

  1. Make sure you have a working git client installed

  2. clone the source

    git clone https://github.com/Qabel/qabel-core.git
    cd qabel-core
    git submodule init
    git submodule update
    
  3. build the project

    ./gradlew build
    

start developing

  1. 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

  2. clone the source

    git clone https://github.com/Qabel/qabel-core.git
    
  3. Fire up Eclipse and import the project using File -> Import... -> Gradle Project.

About

Implementation of Qabel-Core in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • C 1.6%