libdecsync

Multiplatform library for synchronizing using DecSync

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

org.decsync
Идентификатор

Идентификатор

libdecsync-metadata
Последняя версия

Последняя версия

1.9.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

libdecsync
Multiplatform library for synchronizing using DecSync
Ссылка на сайт

Ссылка на сайт

https://github.com/39aldo39/libdecsync
Система контроля версий

Система контроля версий

https://github.com/39aldo39/libdecsync

Скачать libdecsync-metadata

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.32

Модули Проекта

Данный проект не имеет модулей.

libdecsync

libdecsync is a multiplatform library for synchronizing using DecSync.

Build from source (native)

Install dependencies:

Debian/Ubuntu

sudo apt install \
	build-essential \
	openjdk-8-jdk \
	libncurses5

Fedora

sudo dnf install \
	make \
	java-1.8.0-openjdk-headless \
	ncurses-compat-libs

Build

git clone https://github.com/39aldo39/libdecsync
cd libdecsync
make
sudo make install

This installs the shared library libdecsync.so, the header libdecsync.h (and libdecsync_api.h) and the pkg-config file decsync.pc. For documentation on how to use the library, see libdecsync.h. The shared library contains the same functions, but without type information. Moreover, these functions have the prefix decsync_so instead of decsync.

Build from source (android)

./gradlew assembleRelease

This creates the aar-file build/outputs/aar/libdecsync-release.aar.

Donations

PayPal

Bitcoin

1JWYoV2MZyu8LYYHCur9jUJgGqE98m566z

Версии библиотеки

Версия
1.9.0
1.8.3