Sep 052012
 

Install Go

http://golang.org/doc/install/source or http://code.google.com/p/go/downloads/list

Sources is basically:

hg clone -u release https://code.google.com/p/go
cd go/src && ./all.bash
export GOROOT=.../go
# see http://stackoverflow.com/questions/7970390/what-should-be-the-values-of-gopath-and-goroot
export GOBIN=$GOROOT/bin
export PATH=$PATH:$GOBIN

Extras

go get -u github.com/nsf/gocode

Dependencies

# make sure you have sdl library + headers installed
apt-get install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
# install the go library
go get -v github.com/0xe2-0x9a-0x9b/Go-SDL/...

Documentation

http://www.libsdl.org/cgi/docwiki.cgi/SDL_API_by_name

 

Latex test: l(t) = s + t*d

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>