Commit 89745e75 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update README.md file to use the install.sh script

parent 6d2eaaf1
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
@@ -84,18 +84,12 @@ Procedure on the host machine:

```sh
$ git clone --recurse-submodules --branch devel https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git
$ cd ./gs032p3-ttcn-test-suite/titan-test-system-framework/
$ git checkout devel
$ cd ./ttcn/LibHttp
$ ln -sf module_mec.mk module.mk
```

- Apply patches

```sh
$ cd ../../..
$ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
$ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn
$ ./install.sh
```

- From the ETSI MEC Test System root directory, build the Docker image executing the following commands:
@@ -290,18 +284,12 @@ Procedure:

```sh
$ git clone --recurse-submodules --branch devel https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git ./gs032p3-ttcn-test-suite
$ cd /home/etsi/dev/gs032p3-ttcn-test-suite/titan-test-system-framework
$ git checkout devel
$ cd /home/etsi/dev/gs032p3-ttcn-test-suite/titan-test-system-framework/ttcn/LibHttp
$ ln -sf module_mec.mk module.mk
```

- Apply patches

```sh
$ cd /home/etsi/dev/gs032p3-ttcn-test-suite
$ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
$ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn
$ ./install.sh
```

- Update your default environment with the content of the script $HOME/dev/gs032p3-ttcn-test-suite/scripts/devenv.bash.ubuntu