Skip to content

Commit

Permalink
Update bnfiber_map for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nmzuo committed Sep 24, 2016
1 parent 33cc89f commit e218c0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Latest Release (v1.3-r160618)
.. toggle:: server in China

|winlogo| `Windows Installer (x86-64)
<http://ddl.escience.cn/ff/emFE?func=download>`_ [12.7 MB]
<http://ddl.escience.cn/ff/emKx?func=download>`_ [12.9 MB]

|linuxlogo| `Linux Binary Package (x86-64)
<http://ddl.escience.cn/ff/emFD?func=download>`_ [41.9 MB]
<http://ddl.escience.cn/ff/emKy?func=download>`_ [41.8 MB]

Example Data and Test Script
----------------------------
Expand Down Expand Up @@ -128,9 +128,9 @@ IN A HURRY? Download all the data files (REQUIRED) above and run the Bash script
.. code-block:: bash
# install DiffusionKit
kitv='v1.3-r160618' ## This line should be changed according to the version you desired.
kitv='v1.3-r160923' ## CAUTION: This line should be changed according to the version.
kitname='DiffusionKitSetup-x86_64-'${kitv}
wget http://ddl.escience.cn/ff/emFD?func=download -O ${kitname}'.tar.gz'
wget http://ddl.escience.cn/ff/emKy?func=download -O ${kitname}'.tar.gz'
tar zxvf ${kitname}'.tar.gz'
export PATH=$PATH:$(pwd)/${kitname}/bin
Expand Down
4 changes: 2 additions & 2 deletions source/static/test-diffusionkit-china.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# install DiffusionKit
wget http://ddl.escience.cn/ff/emFD?func=download -O DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz
wget http://ddl.escience.cn/ff/emKy?func=download -O DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz
export PATH=$PATH:$(pwd)/DiffusionKitSetup-x86_64-v1.3-r160618/bin

# get the data and run!
Expand Down

0 comments on commit e218c0f

Please sign in to comment.