This is a creation in Article, where the information may have evolved or changed.
1. Download the installation package
A lot of download channels can search by themselves, can be as follows address: Http://www.golangtc.com/download Download go1.4rc2.linux-amd64.tar.gz
2. Decompression
Official recommendation pressurized to/usr/local/go
TAR-XZVF go1.4rc2.linux-amd64.tar.gz
3. Configure Environment variables
[Root@localhost local]# Vim/etc/profile
/etc/profile Add the following content
#go Configuration
Export Goroot=/usr/local/go
Export GOARCH=AMD64
Export Goos=linux
Export GOPATH=/HOME/GOLANG/WSP
Export path= $GOROOT/bin: $PATH
Execute the following directives, which are environment variables in effect
[Root@localhost local]# Source/etc/profile
4. Download Liteide
Http://www.golangtc.com/download/liteide liteidex24.3.linux-64.tar.bz2
5, decompression Liteide
$ tar jxvf liteidex25-1.linux-64.tar.bz2
Go to the Unpacked directory
/home/xxx/desktop/liteide/bin
Run Liteide directly, as set
6, Go path settings
< Span style= "Color:rgb (51,51,51); font-family: ' Helvetica Neue ', Helvetica,arial,sans-serif; font-size:14px; line-height:20px ">