Skip to content

Commit c03a9f7

Browse files
committed
3.0.4
1 parent 471c4ef commit c03a9f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ There are two types of binary distributions available at github releases:
55
* Complete binaries are in files that have -bin- in the name.
66
* Little more than executables are in files that have -binonly- in the name.
77

8-
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.0.3.tgz
8+
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.0.4.tgz
99
can be used as is, i.e. without getting a clone or pull from github.
1010
It should be used if you simply want a full run time environment
1111
and it contains the following directories:
@@ -24,7 +24,7 @@ and it contains the following directories:
2424
If you prefer to have access to source code, but avoid building the executables,
2525
you can clone or pull from github (which would allow you to potentially compile
2626
rwloadsim yourself), and then
27-
use a file like rwloadsim-linux-x86_64-binonly-3.0.3.tgz.
27+
use a file like rwloadsim-linux-x86_64-binonly-3.0.4.tgz.
2828
This file contains little more than the compiled binaries of the rwloadsim program,
2929
and you can simply un-tar this file
3030
directly into your cloned or pulled directory; the result will be as if you had
@@ -37,13 +37,13 @@ been compiling yourself.
3737
* For several samples and the oltp workload, gnuplot must be installed.
3838
* To browse sources, cscope is recommended
3939

40-
### Stand alone installation
40+
### Complete installation without source code
4141

4242
On the system where you are going to run rwloadsim,
4343
create a (possibly shared) directory where you simply
4444
use a command like
4545
```
46-
tar -zxvf rwloadsim-linux-x86_64-bin-3.0.3.tgz
46+
tar -zxvf rwloadsim-linux-x86_64-bin-3.0.4.tgz
4747
```
4848
One install can be shared between several users as long as all have access to the directory.
4949
If appropriate, you can put the directory on an NFS (or some other) share and make it available to multiple systems.
@@ -62,7 +62,7 @@ You can use Oracle Instant Client or a full client (or even server) install.
6262
Start by doing a pull or clone of the sources from github
6363
as if you would do your own compile, and then use a command like
6464
```
65-
tar -zxvf rwloadsim-linux-x86_64-binonly-3.0.3.tgz
65+
tar -zxvf rwloadsim-linux-x86_64-binonly-3.0.4.tgz
6666
```
6767
to extract little more than the compiled rwloadsim binaries into your already existing pull or clone.
6868

0 commit comments

Comments
 (0)