Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 566 Bytes

GoLilyPad

An implementation of LilyPad in the language Go.

You can visit us on our website @ http://www.lilypadmc.org

Compilation

You can currently compile either Server Proxy or Server Connect.

  1. Pull the project: go get github.com/LilyPad/GoLilyPad

  2. Dependencies: go get launchpad.net/goyaml

Server Connect

3.A) cd $GOPATH/pkg/github.com/LilyPad/GoLilyPad/server/connect/main

Server Proxy

3.B) cd $GOPATH/pkg/github.com/LilyPad/GoLilyPad/server/proxy/main

Lastly

  1. go build

  2. ./main