ghorwin / FMICodeGenerator

A Code Generator that creates native C/C++ code to build Functional Mock-Up Units (FMU) with support for FMI version 2.0 (rollback)
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

Add p7zip-full to required software #33

Closed BenjaminRodenberg closed 3 years ago

BenjaminRodenberg commented 3 years ago

7za is needed by deploy.sh script in stateless P-Controller tutorial. I had to install p7zip-full to avoid the following error:

$ ~/FMUs/OsziEE/build$ ./deploy.sh 
./deploy.sh: line 27: 7za: command not found
mv: cannot stat 'OsziEE.zip': No such file or directory

After installing p7zip-full I was able to run deploy.sh without problems.

ghorwin commented 3 years ago

Thanks!