artclarke / humble-video

Humble Video: Demuxing, Decoding, Filtering, Encoding and Muxing of 100's of video and audio formats and Codecs from the JVM
GNU Affero General Public License v3.0
564 stars 115 forks source link

Building from ubuntu machine with vagrant will create the native versions for mac too ? #77

Open radut opened 9 years ago

radut commented 9 years ago

If I build the humble-video from ubuntu machine, with vragrant as specified, will create native versions for linux, windows.. but for apple/mac too ?

artclarke commented 9 years ago

there is no cross-compiler from ubuntu to apple/mac, so alas, no.

On Mon, Jul 20, 2015 at 7:25 AM, radut notifications@github.com wrote:

If I build the humble-video from ubuntu machine, with vragrant as specified, will create native versions for linux, windows.. but for apple/mac too ?

— Reply to this email directly or view it on GitHub https://github.com/artclarke/humble-video/issues/77.

radut commented 9 years ago

so actually when running mvn install from mac, will build the mac version , then fail for the rest, then when you build from vagrant will build the linux + windows version.

radut commented 9 years ago

some cross compiling tools https://launchpad.net/~flosoft/+archive/ubuntu/cross-apple https://github.com/tpoechtrager/osxcross

artclarke commented 9 years ago

ah, that is interesting. I did not know of a cross compiler that worked when I set this up originally. But yes, mvn install from Mac builds the mac version, and then vagrant does the linux and windows.

On Mon, Jul 20, 2015 at 7:42 AM, radut notifications@github.com wrote:

some cross compiling tools https://launchpad.net/~flosoft/+archive/ubuntu/cross-apple https://launchpad.net/%7Eflosoft/+archive/ubuntu/cross-apple https://github.com/tpoechtrager/osxcross

— Reply to this email directly or view it on GitHub https://github.com/artclarke/humble-video/issues/77#issuecomment-122906070 .