schnaader / fairytale

encode.ru community archiver
GNU Lesser General Public License v3.0
31 stars 13 forks source link

Cross-compiling using Docker #10

Open schnaader opened 6 years ago

schnaader commented 6 years ago

Dockcross ( https://github.com/dockcross/dockcross ) looks like a good way to cross-compile for the different targets (32-/64-bit Windows/Linux/OSX/ARM) that can be run on one machine and compiles all the executables.

Using that, it would be possible to automate the executable creation so that they can be added to the GitHub release section faster.

schnaader commented 6 years ago

For OSX, this seems to be too much hassle, so we should perhaps create a homebrew receipt for it instead.

andrew-epstein commented 6 years ago

I think a homebrew recipe is a very good idea!