Ubuntu14.10下 安装配置Eclipse、Golang 开发环境
每次换机器都要重新配置golang的开发环境,今天做一记录:
1 Eclipse
- Install golang package: sudo apt-get install golang
- Download Eclipse:sudo apt-get install eclipse
- Start Eclipse
- Go to Help->Install new software
- Add Goclipse URL: https://github.com/GoClipse/releases/raw/master/
- Select All Availible sites and search for goclipse, select and install.
- Restart Eclipse when prompted.
2 Eclipse Go Settings
- Go to Window-> Preferences
- Select Go
-
GOROOT: /usr/lib/go
GOPATH: /usr/share/go
Go-tool path: /usr/bin/go
Go formatter: /usr/bin/gofmt
Go documentor: /usr/bin/godoc
3 GoCode for Autocompletion
- Make sure you have git installed: sudo apt-get install git
- Get gocode with: sudo go get -u github.com/nsf/gocode
- In Eclipse go to Window-> Preferences
- Select Go-> Gocode (Submenu)
- Gocode path: /usr/lib/go/bin/gocode
(索引)meego开发资料索引
meego开发学习路线:
http://blog.csdn.net/jack0106/archive/2011/01/20/6154197.aspx
meego开发总结:
http://blog.csdn.net/jack0106/archive/2010/12/31/6110333.aspx
(译)meego开发学习笔记1:安装meego sdk
内容提要:
1、安装meego sdk
2、安装meego runtimes(qemu)
3、配置Qt Creator
4、卸载meego
(原)meego开发学习笔记0:概述
内容提要:
1、meego简介
2、meego sdk介绍
3、meego术语介绍
4、meego开发资源介绍