Skip to content

Commit

Permalink
Update vendor download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelchen85 committed Dec 10, 2018
1 parent d0d504f commit 230fea1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tutorials/[English] Nebulas 101 - 01 Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ cd $GOPATH/src/github.com/nebulasio/go-nebulas
make dep
```

> `make dep` downloads lots of dependencies. It might take a long time to download for the first time. Some dependencies may fail to download. If you can not download, you can directly download the zipped dependency files generated by dep [vendor.tar.gz](http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz) and extract it to the nebulas root directory.
> `make dep` downloads lots of dependencies. It might take a long time to download for the first time. Some dependencies may fail to download. If you can not download, you can directly download the zipped dependency files generated by dep [vendor.tar.gz](https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz) and extract it to the nebulas root directory.
> ```bash
> vendor.tar.gz
> MD5: c2c1ff9311332f90e11fb81b48ca0984
> MD5: a8ff50c9c01c67e37300a062edf7949d
> ```
Nebulas's NVM (Nebulas Virtual Machine) depends on the V8 JavaScript engine. We've built the v8 dependencies for Mac/Linux. Run the following commands to install them.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/[Español] Nebulas 101 - 01 Instalacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ cd $GOPATH/src/github.com/nebulasio/go-nebulas
make dep
```

> `make dep` descarga mucho dependencias. Puede tomar largo tiempo para descargar el primero vez. Algunas dependencias se pueden fallar a descargar. Si no puedes descargar algunas, tu puedes descargar directamente los archivos zip generado por dep. [vendor.tar.gz](http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz) y extraerlos a el directorio de Nebulas.
> `make dep` descarga mucho dependencias. Puede tomar largo tiempo para descargar el primero vez. Algunas dependencias se pueden fallar a descargar. Si no puedes descargar algunas, tu puedes descargar directamente los archivos zip generado por dep. [vendor.tar.gz](https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz) y extraerlos a el directorio de Nebulas.
> ```bash
> vendor.tar.gz
> MD5: c2c1ff9311332f90e11fb81b48ca0984
> MD5: a8ff50c9c01c67e37300a062edf7949d
> ```
Nebulas de NVM (Nebulas Virtual Machine) depende del V8 JavaScript máquina. Podemos construir las dependencias de V8 para Mac/Linux con los siguientes comandos:
Expand Down
4 changes: 2 additions & 2 deletions tutorials/[Portugues] Nebulas 101 - 01 Instalacao.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ cd $GOPATH/src/github.com/nebulasio/go-nebulas
make dep
```

> `make dep` descarrega imensas dependências. Pode demorar muito tempo para as descarregar a primeira vez. A descarga de algumas dependências pode falhar. Se não consegui descarregá-las, pode fazer a descarga directa do ficheiro zipado das dependências geradas pelo Dep [vendor.tar.gz](http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz) e extraí-lo no directório raiz de Nebulas.
> `make dep` descarrega imensas dependências. Pode demorar muito tempo para as descarregar a primeira vez. A descarga de algumas dependências pode falhar. Se não consegui descarregá-las, pode fazer a descarga directa do ficheiro zipado das dependências geradas pelo Dep [vendor.tar.gz](https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz) e extraí-lo no directório raiz de Nebulas.
> ```bash
> vendor.tar.gz
> MD5: c2c1ff9311332f90e11fb81b48ca0984
> MD5: a8ff50c9c01c67e37300a062edf7949d
> ```
A Nebulas NVM (Máquina Virtual Nebulas) depende do interpretador V8 de JavaScript. Compilamos as dependências V8 para Mac/Linux. Corra os seguintes comandos para as instalar.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/[中文] Nebulas 101 - 01 编译安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ cd $GOPATH/src/github.com/nebulasio/go-nebulas
make dep
```

> 提示: `make dep`将会下载很多依赖库。在部分地区,这个过程可能比较耗时。所以,我们提供了依赖库的压缩包[vendor.tar.gz](http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz)。可以使用下列指令通过压缩包来安装GO依赖库。
> 提示: `make dep`将会下载很多依赖库。在部分地区,这个过程可能比较耗时。所以,我们提供了依赖库的压缩包[vendor.tar.gz](https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz)。可以使用下列指令通过压缩包来安装GO依赖库。
> ```bash
> wget http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz
> wget https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz
> cd $GOPATH/src/github.com/nebulasio/go-nebulas
> tar zxf vendor.tar.gz
> ```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ cd $GOPATH/src/github.com/nebulasio/go-nebulas
make dep
```

> `make dep` がたくさんの依存をダウンロードする。はじめの時は、長い時間をかかるかもしれない。いくつかの依頼をダウンロード失敗の可能性もある。もしダウンロードできないなら、直接にdep [vendor.tar.gz](http://ory7cn4fx.bkt.clouddn.com/vendor.tar.gz) が生成するジップした依存ファイルをダウンロードして、nebulasのルートディレクトリに抽出することができる。
> `make dep` がたくさんの依存をダウンロードする。はじめの時は、長い時間をかかるかもしれない。いくつかの依頼をダウンロード失敗の可能性もある。もしダウンロードできないなら、直接にdep [vendor.tar.gz](https://s3-us-west-1.amazonaws.com/develop-center/setup/vendor.tar.gz) が生成するジップした依存ファイルをダウンロードして、nebulasのルートディレクトリに抽出することができる。
> ```bash
> vendor.tar.gz
> MD5: c2c1ff9311332f90e11fb81b48ca0984
> MD5: a8ff50c9c01c67e37300a062edf7949d
> ```
NebulasのNVM (Nebulas Virtual Machine) はV8のJavaScriptエンジンを依頼する。v8の依存はもうMac/Linuxで構築されている。以下のコマンドを運行してインストールする。
Expand Down

0 comments on commit 230fea1

Please sign in to comment.