readme updated

This commit is contained in:
Éder F. Zulian
2017-12-11 10:05:58 +01:00
parent acce4ee99d
commit 2cb3440d9f

View File

@@ -62,7 +62,6 @@ your fork. Replace the word **user** with your own RHRK user name.
``` bash
$ git remote add upstream https://user@git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.system.git
$ git remote -v
```
In general, from time to time you should update your fork in order to keep it
@@ -85,7 +84,7 @@ $ git submodule update --init --recursive
Make sure you have properly installed in your system the required libraries
and programs.
- General dependencies
- **General dependencies**
You can use [install.sh](./install.sh) in order to install dependencies. First
read and understand the script then execute it. Type your password if
@@ -95,7 +94,7 @@ required.
$ bash install.sh
```
- SystemC 2.3.1 and TLM 2.0
- **SystemC 2.3.1 and TLM 2.0**
You can use [getsysc.sh](./getsysc.sh) to download and install SystemC 2.3.1
and TLM 2.0. First read and understand the script then execute it.
@@ -108,7 +107,7 @@ Alternatively, the sources can be downloaded from
[here](http://accellera.org/downloads/standards/systemc). For installation
instructions see the installation notes file contained in the release package.
- qwt-6.1
- **qwt-6.1**
You can use [getqwt.sh](./getqwt.sh) in order to install qwt-6.1. First read
and understand the script then execute it.
@@ -125,7 +124,7 @@ such variables to you ~/.bashrc file or equivalent.
```bash
# SystemC home and target architecture
export SYSTEMC_HOME=$HOME/systemc-2.3.1
export SYSTEMC_HOME=$HOME/systemc-2.3.1a
export SYSTEMC_TARGET_ARCH=linux64
# DRAMSys libraries and headers