AcademySoftwareFoundation / AcademySoftwareFoundation/OpenRV

[Documentation]: CentOS 7 install guide is missing some packages

Open
#581 1 comment 0 reactions 0 assignees View on GitHub
documentation good first issue
Dominant language
C++
Stars
764
Forks
246
Avg merge
6d 12h
Merged PRs (30d)
13

Description

### Discussed in https://github.com/AcademySoftwareFoundation/OpenRV/discussions/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):

- 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`

Contributor guide

Open the contributing guide

Research direction

Start with OpenRV/docs/build_system/config_linux_centos7.md and review the listed CentOS 7 prerequisites against the missing commands in the issue. Document installation of ninja-build, meson, and tcsh, then verify the guide clearly covers the dependencies needed to complete the build.

Written by the indexing model from the issue text.

Assessment

Tech stack
centos
Domain
build-system, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.