Skip to content

Commit

Permalink
Updated README with 3.3 preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
salivian committed Nov 1, 2017
1 parent 0c3f3d4 commit 7b0e21a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ export BOOST_ROOT=${PWD}/homebrew

## Compiling the latest release

To compile the nanocubes toolkit, run the following commands on your linux/mac system. You can clone `https://github.com/laurolins/nanocube.git` or replace `3.2.1` with other valid release numbers, e.g. 3.3-pre1, 3.2, 3.1, 3.0.1, etc. but please follow the instructions in the README.md file for the older releases as they will differ slightly.
To compile the nanocubes toolkit, run the following commands on your linux/mac system. You can clone `https://github.com/laurolins/nanocube.git` or replace `3.2.1` with other valid release numbers, e.g. 3.3, 3.2, 3.1, 3.0.1, etc. but please follow the instructions in the README.md file for the older releases as they will differ slightly.

```
wget https://github.com/laurolins/nanocube/archive/3.3-pre1.zip
unzip 3.3-pre1.zip
cd nanocube-3.3-pre1
wget https://github.com/laurolins/nanocube/archive/3.3.zip
unzip 3.3.zip
cd nanocube-3.3
#
# for faster allocation use configure line below (see Section Thread-Caching Malloc)
# ./configure --prefix=$(pwd) --with-tcmalloc
Expand All @@ -141,7 +141,7 @@ make
make install
```

After these commands you should have directory `nanocube-3.3-pre1/bin` with
After these commands you should have directory `nanocube-3.3/bin` with
the nanocubes toolkit inside. By running
```
source setenv.sh
Expand Down

0 comments on commit 7b0e21a

Please sign in to comment.