When installing NCEPLIBS-ip the following is given in the install instructions:
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install /path/to/NCEPLIBS-ip2 which seems to indicate that the CMakeList.txt in my ip2 build is needed (I think). So I come here to try and install NCEPLIBS-ip2 only to find this seemly circular instructions:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install /path/to/NCEPLIBS-ip2
make -j2
make install
Is this package needed for installing NCEPLIBS-ip (version 4.0.0) and if so what does this /path/to/NCEPLIBS-ip2 mean? Is this a previous installation that is needed?
When installing NCEPLIBS-ip the following is given in the install instructions:
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install /path/to/NCEPLIBS-ip2
which seems to indicate that the CMakeList.txt in my ip2 build is needed (I think). So I come here to try and installNCEPLIBS-ip2
only to find this seemly circular instructions:Is this package needed for installing NCEPLIBS-ip (version 4.0.0) and if so what does this
/path/to/NCEPLIBS-ip2
mean? Is this a previous installation that is needed?