OpenSimulationInterface / osi-visualizer

**This repository is abandoned and looking for a maintainer.** A tool to visualize OSI data from two different sources. Data can be stored in files and replayed afterwards, or validated using a Python interface.
Other
39 stars 25 forks source link

unable to install the osi-visualizer due to some problems with the FMI library #46

Closed Berrazouane-Red closed 4 years ago

Berrazouane-Red commented 4 years ago

I have difficulties when trying to install OSI-Visualizer

more exactly when running the: sudo bash build-install-build-deps.sh

. . . #################################

Installing FMI 2.0.2

#################################

Downloading FMI library...

--2020-01-19 14:47:10-- https://svn.jmodelica.org/FMILibrary/tags/2.0.2/ Resolving svn.jmodelica.org (svn.jmodelica.org)... 85.235.1.123 Connecting to svn.jmodelica.org (svn.jmodelica.org)|85.235.1.123|:443... connected. ERROR: no certificate subject alternative name matches requested host name ‘svn.jmodelica.org’. To connect to svn.jmodelica.org insecurely, use `--no-check-certificate'.

Building FMI library...

build-install-build-deps.sh: line 46: cd: 2.0.2: No such file or directory CMake Error: The source directory "/home/brz/Documents/osi-visualizer/fmi_library" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. make: *** No rule to make target 'install'. Stop. Could not install the fmi-library into usr/local

vkresch commented 4 years ago

@Berrazouane-Red thank you for reporting this issue it seems the link to the fmilibrary is down. I will create a PR for an alternative fmi library installation. Try for now manually installing the fmi library from here.