Giter Club home page Giter Club logo

fyne-cross's Introduction

Fyne Cross

CircleCI Go Report Card GoDoc GitHub tag

fyne-cross is a simple tool to cross compile Fyne applications.

It has been inspired by xgo and uses a docker image built on top of the golang-cross image, that includes the MinGW compiler for windows, and an OSX SDK, along with the Fyne requirements.

Supported targets are:

  • darwin/amd64
  • darwin/386
  • linux/amd64
  • linux/386
  • linux/arm
  • linux/arm64
  • windows/amd64
  • windows/386

Requirements

  • go
  • docker

Installation

    go get github.com/lucor/fyne-cross/cmd/fyne-cross

Development release

To install a preview of the next version or help in testing:

    go get github.com/lucor/fyne-cross/cmd/fyne-cross@develop

Usage

    fyne-cross --targets=linux/amd64,windows/amd64,darwin/amd64 package

Use fyne-cross help for more informations

Wildcards

The targets flag support wildcards in case want to compile against all supported GOARCH for a specified GOOS

Example:

    fyne-cross --targets=linux/*

is equivalent to

   fyne-cross --targets=linux/amd64,linux/386,linux/arm64,linux/arm

Example

The example below cross build the fyne examples application

    git clone https://github.com/fyne-io/examples.git
    cd examples
    fyne-cross --targets=linux/amd64,windows/amd64,darwin/amd64 github.com/fyne-io/examples

Builds for the specified targets will be available under the build folder

Contribute

  • Fork and clone the repository
  • Make and test your changes
  • Open a pull request against the develop branch

Contributors

See contributors page

Legal note

OSX/Darwin/Apple builds: Please ensure you have read and understood the Xcode license terms before continuing.

fyne-cross's People

Contributors

diptag avatar girbons avatar jacalz avatar lucor avatar mrctms avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.