aws / aws-lambda-nodejs-runtime-interface-client

Apache License 2.0
183 stars 56 forks source link

Update Readme file to install more build depedencies #12

Open manishgkasera opened 3 years ago

manishgkasera commented 3 years ago

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 commented 2 years ago

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

venusdharan commented 1 year ago

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

GaneshJayaram97 commented 1 year ago

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

twistedpair commented 3 months ago

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

GaneshJayaram97 commented 2 months ago

20.04.6 LTS