Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bengsig committed Nov 24, 2022
1 parent 471c4ef commit c03a9f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ There are two types of binary distributions available at github releases:
* Complete binaries are in files that have -bin- in the name.
* Little more than executables are in files that have -binonly- in the name.

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

### Stand alone installation
### Complete installation without source code

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

Expand Down

0 comments on commit c03a9f7

Please sign in to comment.