Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 749 Bytes

gomobile_sprite_test

This repository is for trial of gomobile and sprite.
Goal of this activity is creating small game.

How to build

  • Install glide by go get

  • Export environment variable GO15VENDOREXPERIMENT=1

    • export GO15VENDOREXPERIMENT=1

    • (or edit your .bashrc etc to export the environment variable automatically)

  • Introduce vendor packages using glide

    • $ glide up

    • Then a directory for vendoring will be created automatically, and
      cloning vendor package will start.

  • Build for PC Linux (or OSX)

    • $ go build

License

MIT