Closed mikami520 closed 2 years ago
please check out the Build-Depends
settings on Debian/Ubuntu
https://salsa.debian.org/pkg-octave-team/octave-iso2mesh/-/blob/debian/latest/debian/control#L7-12
since you use CentOS, you can also check out the Requires
settings for the Fedora package
https://src.fedoraproject.org/rpms/octave-iso2mesh/blob/rawhide/f/octave-iso2mesh.spec#_34
to build the tools on Fedora, you can use the commands in the %build
section
https://src.fedoraproject.org/rpms/octave-iso2mesh/blob/rawhide/f/octave-iso2mesh.spec#_105
Issue
Hi @fangq, I followed the instruction to compile
iso2mesh
(git clone --recurse...
) when I typemake clean
it gave me the following error:Also, when I then typed
make
, the process stopped with following issue:OS Info
Do you have any suggestions for these two issues? Thank you in advance!