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
The installation script (./install_release.sh) fails if certain dependencies are not pre-installed, specifically meson, cmake, and libavformat. This requires manual intervention, which interrupts the installation process.
Steps to Reproduce:
Run ./install_release.sh without having meson, cmake, or libavformat installed.
Observe that the script fails due to missing dependencies.
Expected Behavior:
The installer should check for required dependencies (meson, cmake, libavformat, etc.) and, if missing, install them automatically or prompt the user to do so. This would streamline the installation process and avoid unexpected failures.
Proposed Solution: Modify install_release.sh to:
Check for the presence of meson, cmake, and libavformat.
If any dependencies are missing, automatically install them (or provide clear instructions to the user).
The text was updated successfully, but these errors were encountered:
MysteriousImmature
changed the title
Broken Installer for fedora [./install_release.sh]
Missing Dependencies Cause Installation Failure [Fedora 40 and 41]
Nov 11, 2024
The installation script (./install_release.sh) fails if certain dependencies are not pre-installed, specifically meson, cmake, and libavformat. This requires manual intervention, which interrupts the installation process.
Steps to Reproduce:
Expected Behavior:
The installer should check for required dependencies (meson, cmake, libavformat, etc.) and, if missing, install them automatically or prompt the user to do so. This would streamline the installation process and avoid unexpected failures.
Proposed Solution:
Modify install_release.sh to:
The text was updated successfully, but these errors were encountered: