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.

貢獻者指南