Z3Prover/z3

Bundling Dynamic Libraries Inside JAR for Ease of Redistribution

Open

#182 创建于 2015年7月31日

在 GitHub 查看
 (14 评论) (6 反应) (1 负责人)C++ (9,468 star) (1,445 fork)batch import
build/releaseenhancementhelp wanted

描述

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.

贡献者指南