Z3Prover/z3

Bundling Dynamic Libraries Inside JAR for Ease of Redistribution

Fechada

#182 aberto em 31 de jul. de 2015

 (14 comentários) (6 reações) (1 responsável)C++ (1.445 forks)batch import
build/releaseenhancementhelp wanted

Métricas do repositório

Stars
 (9.468 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 16h) (110 fundiu PRs em 30d)

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.

Guia do colaborador