Skip to content

Running compile_and_run.sh manual dependencies. #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KaranAhlawat opened this issue Aug 2, 2021 · 0 comments · Fixed by #19
Open

Running compile_and_run.sh manual dependencies. #15

KaranAhlawat opened this issue Aug 2, 2021 · 0 comments · Fixed by #19

Comments

@KaranAhlawat
Copy link
Contributor

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 -

  1. libx11
  2. libxrandr
  3. libxinerama
  4. libxcursor
  5. 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.

@vmarcella vmarcella linked a pull request Dec 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant