NOAA-EMC / NCEPLIBS-ip2

Other
1 stars 4 forks source link

Install issue/question #33

Closed Marston closed 1 year ago

Marston commented 1 year ago

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?

Marston commented 1 year ago

Resolved.