Z3Prover/z3

Bundling Dynamic Libraries Inside JAR for Ease of Redistribution

已关闭

#182 创建于 2015年7月31日

 (14 条评论) (6 个反应) (1 位负责人)C++ (1,445 个派生)batch import
build/releaseenhancementhelp wanted

仓库指标

星标
 (9,468 个星标)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 110 个 PR)

描述

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.

贡献者指南