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

update dependencies #2

Open
ThinkOpenly opened this issue Apr 25, 2018 · 2 comments
Open

update dependencies #2

ThinkOpenly opened this issue Apr 25, 2018 · 2 comments

Comments

@ThinkOpenly
Copy link
Contributor

README.md says:

Requirements: python-pip, python-pylint, python-virtualenv, python-docsutil, clang

I just installed on Debian 9:

  • python-pylint is called pylint
  • is clang used, or just libclang? on Debian, this is called libclang1, but libclang.so is actually in libclang1-3.8-dev, which can be installed via the generic name libclang1-dev
  • I couldn't find python-docsutil, so skipped it... not seeing issues from skipping it
@ThinkOpenly
Copy link
Contributor Author

Oh, and I had to run ma with LD_LIBRARY_PATH for it to find libclang.so...

LD_LIBRARY_PATH=/usr/lib/llvm-3.8/lib ma run --mode=full

@ThinkOpenly
Copy link
Contributor Author

Oh, and I had to run ma with LD_LIBRARY_PATH for it to find libclang.so...

LD_LIBRARY_PATH=/usr/lib/llvm-3.8/lib ma run --mode=full

This problem was fixed by #8.

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

No branches or pull requests

1 participant