Skip to content

Commit

Permalink
Merge branch 'main' of github.com:convince-project/model2code
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaFaraci committed May 28, 2024
2 parents 8d8698e + d15c940 commit 7f6fd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ To install see [TinyXML2 Installation](https://github.com/leethomason/tinyxml2/t

## Compiling
To compile the code run the following commands
'''
```
git clone https://github.com/convince-project/model2code.git
cd model2code/code
mkdir build
cd build
cmake ../code
make install
'''
```

## Execution
To run the `model2code` tool you need three different files:
Expand All @@ -45,4 +45,4 @@ By default the `path/to/output/directory` is set to the location of `input_filen
To run an example of MODEL2CODE go to the main directory and run the following commands:
```
model2code --input_filename "templates/skills/first_template_skill/src/FirstTemplateSkillSM.scxml" --model_filename "templates/specifications/full-model.xml" --interface_filename "templates/specifications/interfaces.xml"
```
```

0 comments on commit 7f6fd4d

Please sign in to comment.