certos6.6 安装chrome

http://chrome.richardlloyd.org.uk/

#yum update      ///////this is in case your linux kernel version is too low


wget http://chrome.richardlloyd.org.uk/install_chrome.sh

chmod u+x install_chrome.sh
./install_chrome.sh

after all these, you can get Chrome under Applications->Internet


~~~~~~~~~~~~

something about google's tool for internet https://github.com/getlantern/lantern

firstly:

http://www.golangtc.com/download  install Go1.6 or later

then:

git clone https://github.com/getlantern/lantern.gitcd lantern
make lantern
./lantern

if npm is needed, do the following things:

wget https://nodejs.org/dist/v0.12.9/node-v0.12.9.tar.gz 
tar zxvf node-v0.12.6.tar
./configure
make
make install

sudo curl -L https://www.npmjs.com/install.sh | sudo sh

some error may happen:

gulp not foune:

npm install -g gulp

bz2 can not import:

sudo yum install bzip2-devel 
//then goto python download folder and reinstall python again

finally I got:

[root@localhost lantern]# make lantern
Building development lantern
** VERSION was not set, using default version. This is OK while in development.
Build tags: 
Extra ldflags: 
go build: -race and -msan are only supported on linux/amd64, freebsd/amd64, darwin/amd64 and windows/amd64

So So So sad, Do I have update my pc for a 64 sysTT

你可能感兴趣的:(certos6.6 安装chrome)