Moved install scripts to utils folder

This commit is contained in:
Matthias Jung
2018-02-03 21:59:35 +01:00
parent 5a4398f36e
commit ffdbf3ed3a
4 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ and programs.
- **General dependencies**
You can use [install.sh](./install.sh) in order to install dependencies. First
You can use [utils/install.sh](./utils/install.sh) in order to install dependencies. First
read and understand the script then execute it. Type your password if
required.
@@ -96,7 +96,7 @@ $ bash install.sh
- **SystemC 2.3.1 and TLM 2.0**
You can use [getsysc.sh](./getsysc.sh) to download and install SystemC 2.3.1
You can use [utils/getsysc.sh](./utils/getsysc.sh) to download and install SystemC 2.3.1
and TLM 2.0. First read and understand the script then execute it.
``` bash
@@ -109,7 +109,7 @@ instructions see the installation notes file contained in the release package.
- **qwt-6.1**
You can use [getqwt.sh](./getqwt.sh) in order to install qwt-6.1. First read
You can use [utils/getqwt.sh](./utils/getqwt.sh) in order to install qwt-6.1. First read
and understand the script then execute it.
```bash