@@ -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
99can be used as is, i.e. without getting a clone or pull from github.
1010It should be used if you simply want a full run time environment
1111and it contains the following directories:
@@ -24,7 +24,7 @@ and it contains the following directories:
2424If you prefer to have access to source code, but avoid building the executables,
2525you can clone or pull from github (which would allow you to potentially compile
2626rwloadsim 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.
2828This file contains little more than the compiled binaries of the rwloadsim program,
2929and you can simply un-tar this file
3030directly 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
4242On the system where you are going to run rwloadsim,
4343create a (possibly shared) directory where you simply
4444use 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```
4848One install can be shared between several users as long as all have access to the directory.
4949If 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.
6262Start by doing a pull or clone of the sources from github
6363as 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```
6767to extract little more than the compiled rwloadsim binaries into your already existing pull or clone.
6868
0 commit comments