File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ be ready to create Esterel programs for BrickOS-Bibo.
1414## Installation
1515To install scLego, type:
1616
17- make ESTEREL_DISTRIB=<esterel repository >
17+ ` make ESTEREL_DISTRIB=<esterel repository> `
1818
1919You may also set the PERL macro to the name of the Perl command on
2020your system if it is different from the default "perl".
@@ -31,15 +31,15 @@ to Lego.
3131
3232Then, you can call :
3333
34- esterel -LLego controller.strl
34+ ` esterel -LLego controller.strl `
3535
3636or
3737
38- esterel -ILego controller.strl
38+ ` esterel -ILego controller.strl `
3939
4040or
4141
42- esterel -ALego controller.strl
42+ ` esterel -ALego controller.strl `
4343
4444Option -simul is also supported if you want to simulate the controller
4545using xes or csimul. You do not have to insert code for predefined
You can’t perform that action at this time.
0 commit comments