vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

How to build for multiple platforms? #39

Open giugrilli opened 6 years ago

giugrilli commented 6 years ago

When I execute mvn package it creates a jar with only the library related to the building platform.

Is there a way to build fasttext for all platforms (macos, linux, windows) and have the libraries available inside the jar?