n2n icon indicating copy to clipboard operation
n2n copied to clipboard

The installation directory could not be configured

Open shorile opened this issue 5 years ago • 0 comments

CentOS7.4 n2n version2.8

I typed this

./configure -h

See the appropriate help message like this

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

then typed

./configure --prefix=/opt/n2n make install

Prompt compilation successful

BUT, They are all in the default directory,nothing here in /opt

Did I make a mistake?

shorile avatar Sep 09 '20 08:09 shorile