Skip to content
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

Add requirements for Cargo installation #42

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

shurup
Copy link
Contributor

@shurup shurup commented May 1, 2024

While installing jnv by executing cargo install jnv on a bare Ubuntu (23.10), I had to install more dependencies to succeed.

  1. apt install libtool helped me to overcome this error:
error: Libtool library used but 'LIBTOOL' is undefined
  1. Then I did apt install libclang1 for:
Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so', 'libclang.so.*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
  1. Finally, apt install clang for:
    /usr/include/stdio.h:33:10: fatal error: 'stddef.h' file not found
  Error: clang diagnosed error: /usr/include/stdio.h:33:10: fatal error: 'stddef.h' file not found

Copy link
Owner

@ynqa ynqa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shurup Thanks 👍 LGTM

@ynqa ynqa merged commit 719360c into ynqa:main May 4, 2024
6 checks passed
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 this pull request may close these issues.

None yet

2 participants