ISCE install by cmake #378
Answered
by
bjmarfito
ES20180816
asked this question in
Q&A
-
Hello everyone, I try to install the ISCE-2.5.3 by cmake mode and have placed the RelaxIV to the path of 'contrib/UnwrapComp/src/RelaxIV', but when run "make install", a bug still exists as the attached file: |
Beta Was this translation helpful? Give feedback.
Answered by
bjmarfito
Nov 12, 2021
Replies: 1 comment 1 reply
-
Copy the OPTUtils.h, MCFClass.h and RelaxIV.h to contrib/UnwrapComp/include. Then, recomplie by typing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ES20180816
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy the OPTUtils.h, MCFClass.h and RelaxIV.h to contrib/UnwrapComp/include. Then, recomplie by typing
make clean
and afterwardsmake install
on the terminal.