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
Running the script compile_and_run.sh requires extra dependencies to be installed manually in some cases. The following libraries were installed manually before everything was working as expected -
libx11
libxrandr
libxinerama
libxcursor
libxi
Expected behavior :
The compile_and_run.sh script installs the checks all the dependencies and prompts for all of them at once.
Actual behavior :
The compile_and_run.sh script prompts for dependencies one-by-one, after each attempted run, until it gets all of them.
Ideal behavior :
The script installs the dependencies itself.
The text was updated successfully, but these errors were encountered:
Running the script compile_and_run.sh requires extra dependencies to be installed manually in some cases. The following libraries were installed manually before everything was working as expected -
Expected behavior :
The compile_and_run.sh script installs the checks all the dependencies and prompts for all of them at once.
Actual behavior :
The compile_and_run.sh script prompts for dependencies one-by-one, after each attempted run, until it gets all of them.
Ideal behavior :
The script installs the dependencies itself.
The text was updated successfully, but these errors were encountered: