读书人

GO语言在UBUNTU10.10上安装

发布时间: 2012-12-27 10:17:10 作者: rapoo

GO语言在UBUNTU10.10下安装

1. apt-get install bison

?

2. 将http包放在$HOME/go/src/pkg/Makefile文件中的NOTEST下,否则会出错。

?

3. 其余步骤按照安装说明做即可。

?

4. 编译完后的显示结果:

?

--- cd ../test

2 known bugs; 0 unexpected bugs

?

ALL TESTS PASSED

?

---

Installed Go for linux/386 in /home/xu/go.

Installed commands in /home/xu/go/bin.

*** You need to add /home/xu/go/bin to your $PATH. ***

The compiler is 8g.


读书人网 >编程

热点推荐