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 Readme file to install more build depedencies #12

Open
manishgkasera opened this issue Jan 21, 2021 · 5 comments
Open

Update Readme file to install more build depedencies #12

manishgkasera opened this issue Jan 21, 2021 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@manishgkasera
Copy link

The preinstall.sh script uses few more dependencies, should be added to ap-get install command.
I was using a different base image and faced issues.
Depdencies:

  1. tar
  2. gzip
  3. autoconf
  4. automake
  5. libtool
@vincilbishop
Copy link

Probably add libkrb5-dev to that as well...that was required for my v2.0.0 install on Ubuntu 20.04

@venusdharan
Copy link

for ubuntu i have to install these deps:
build-essential
libexecs-dev
tar
gzip
autoconf
automake
libtool
cmake
libkrb5-dev

@GaneshJayaram97
Copy link

Thanks @venusdharan and @manishgkasera for the list. It worked for me.

@twistedpair
Copy link

@venusdharan @GaneshJayaram97 what Ubuntu image/version were you using?

@GaneshJayaram97
Copy link

20.04.6 LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

6 participants