Additional
Below instructions were taken from nodegit (0.27.0) README which you can read directly here
If you receive errors about libstdc++, which are commonly experienced when building on Travis-CI, you can fix this by upgrading to the latest libstdc++-4.9.
In Ubuntu:
In Travis:
In CircleCI:
If you receive errors about lifecycleScripts preinstall/install you probably miss libssl-dev In Ubuntu:
You will need the following libraries installed on your linux machine:
libpcre
libpcreposix
libkrb5
libk5crypto
libcom_err
When building locally, you will also need development packages for kerberos and pcre, so both of these utilities must be present on your machine:
pcre-config
krb5-config
Last updated