ezra-bible-app / node-sword-interface

JavaScript (N-API) interface to SWORD library
GNU General Public License v2.0
22 stars 2 forks source link

Linux - remove dependency to ICU #43

Closed tobias-klein closed 1 year ago

tobias-klein commented 1 year ago

The ICU dependency was causing more trouble than it helped. Since SWORD can be built without ICU and it has some built-in features to deliver the same functionality without this dependency we are removing it now. On Linux, the ICU library was changing between different Linux distributions all the time and maintaining that dependency was quite high-maintenance.