diff options
author | hmybmny <hmybmny@gmail.com> | 2016-11-24 18:17:13 +0800 |
---|---|---|
committer | hmybmny <hmybmny@gmail.com> | 2016-11-24 18:17:13 +0800 |
commit | 2e59864d4f35bf60ddf859185f4e0d8fd940f238 (patch) | |
tree | f1feb144d1465c0a37164b93883a229d7b23a066 /docs | |
parent | a6c65333a844215394bd52af41e2425afc63682b (diff) | |
download | caffeonacl-2e59864d4f35bf60ddf859185f4e0d8fd940f238.tar.gz caffeonacl-2e59864d4f35bf60ddf859185f4e0d8fd940f238.tar.bz2 caffeonacl-2e59864d4f35bf60ddf859185f4e0d8fd940f238.zip |
fix error link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install_apt.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md index e95b0227..bc1566b0 100644 --- a/docs/install_apt.md +++ b/docs/install_apt.md @@ -33,8 +33,8 @@ Everything is packaged in 14.04. These dependencies need manual installation in 12.04. # glog - wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz - tar zxvf glog-0.3.3.tar.gz + wget https://github.com/google/glog/archive/v0.3.3.tar.gz + tar zxvf v0.3.3.tar.gz cd glog-0.3.3 ./configure make && make install |