When building ngdevkit with the standard configure && make && make install sequence, the build fails during the make if the user doesn't have permission to write into the default location of /usr/local.
This is a behavior that differs significantly from the default autoconf/automake build process, which is confusing for new users and unnecessarily complex.
When building ngdevkit with the standard
configure && make && make installsequence, the build fails during themakeif the user doesn't have permission to write into the default location of /usr/local.This is a behavior that differs significantly from the default autoconf/automake build process, which is confusing for new users and unnecessarily complex.