1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Pull the project from github

Discussion in 'Support' started by Jeremy, Jul 19, 2014.

  1. Jeremy

    Jeremy New Member

    Hello,

    I try to get sources for fix one thing. I have used this instruction: https://github.com/LilyPad/GoLilyPad and I have problem when I write command:
    Code (text):
    MacBook-Air:lilypad vova$ go get github.com/LilyPad/GoLilyPad
    package github.com/LilyPad/GoLilyPad
        imports github.com/LilyPad/GoLilyPad
        imports github.com/LilyPad/GoLilyPad: no buildable Go source files in /Users/vova/Downloads/lilypad/src/github.com/LilyPad/GoLilyPad
    With goyaml no problems.
  2. The_Zip

    The_Zip Active Member Resource Contributor

    You are aware that the MacBook Air was not built for doing stuff like this... I doubt it could run an IDE, though I have no clue on that.

    And, right now your trying to compile the whole folder of GoLilyPad, you need to compile the connect and the proxy separately. I would suggest looking up some stuff on Google about Go...
  3. Jeremy

    Jeremy New Member

    You think incorrectly. Go is cross platform language and it work fine on Mac OS. I have compiled proxy for linux-amd64 successfully, but my program weighs 2 MB less than the original (Funny, but works correctly).

    Just instruction on github is a little incorrect.

Share This Page