Z3Prover/z3

Bundling Dynamic Libraries Inside JAR for Ease of Redistribution

Fermée

#182 ouverte le 31 juil. 2015

 (14 commentaires) (6 réactions) (1 personne assignée)C++ (1 445 forks)batch import
build/releaseenhancementhelp wanted

Métriques du dépôt

Stars
 (9 468 étoiles)
Métriques de merge PR
 (Merge moyen 1j 16h) (110 PRs mergées en 30 j)

Description

Currently to use the Java API on Linux platform, the developer must explicitly compile and link the dynamic libraries.

It would be much easier to integrate Z3 to an existing Java project if it could bundle dependencies in just one or multiple JAR files. These JAR file(s) should contain the required dynamic libraries for the specific platform.

Guide contributeur