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 Original line Diff line number Diff line
@@ -84,18 +84,12 @@ Procedure on the host machine:


```sh
```sh
$ git clone --recurse-submodules --branch devel https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git
$ 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
- Apply patches


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


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


```sh
```sh
$ git clone --recurse-submodules --branch devel https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git ./gs032p3-ttcn-test-suite
$ 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
- Apply patches


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


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