You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by tiltX February 8, 2024
I've successfully built OpenRV on CentOS 7 but I had to perform some extra steps that were not mentioned in the instructions (OpenRV/docs/build_system/config_linux_centos7.md):
it's necessary to install the ninja build system as well as meson: sudo yum install ninja-build meson
at some point, the build failed with an error and upon inspection of the file name that was mentioned, I've noticed the shebang for tcsh at the beginning. I was able to complete the build after installing tcsh using sudo yum install tcsh
The text was updated successfully, but these errors were encountered:
bernie-laberge
changed the title
CentOS 7 install guide is missing some packages
[Documentation]: CentOS 7 install guide is missing some packages
Sep 19, 2024
Discussed in #392
Originally posted by tiltX February 8, 2024
I've successfully built OpenRV on CentOS 7 but I had to perform some extra steps that were not mentioned in the instructions (OpenRV/docs/build_system/config_linux_centos7.md):
sudo yum install ninja-build meson
sudo yum install tcsh
The text was updated successfully, but these errors were encountered: