We're rebuilding fwplayer for all platforms, now without video codecs since we no longer support a video player, thus reducing installer size as a silverlining of the rebuild.
In linux we'll no longer ask for mplayer as a dependency, frostwire will be self contained.
Build scripts are being refactored to build:
- mac binaries are build with "make build" on mac hosts in each architecture
- linux binaries are built for their home architecture with "make build"
- windows binary is built from a linux x86_host with "make build-windows"