You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chanwit edited this page Jul 1, 2011
·
6 revisions
This page explains how to prepare a machine to develop gon.
Things you need:
Go. If you have installed Go already we recommend you to use the weekly update of Go. Go is a very fast changing language.
Gccgo http://golang.org/doc/gccgo_install.html. Gccgo might requires some of the dependencies such as Gold link. If you're using a Mac you could install to have Gcc ready for you.
MGD is now the official way to compile and test Gon.
web.go https://github.com/sut-go/web.go This is the modified version of web.go, because the latest web.go could not build on the latest Go.
Mongodb http://www.mongodb.org/ This version of gon relies on Mongodb which will change in the coming version. You have to start the mongodb demon before running gon.