vinhkhuc / JFastText

Java interface for fastText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build for multiple platforms?

giugrilli opened this issue · comments

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?