Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

c++ - How to install METIS on ubuntu

I want to install the METIS package on ubuntu.

I tried the instructions on the install.txt file which says to use

$ make install 

which I did, after installing make as well.

I also tried the

sudo apt-get install metis

which installed it successfully but

when trying to use it in both cases I get

metis.h: No such file in directory compilation terminated

In case anyone asks I use g++ -I/path/to/file myprogram.cpp to specify the path where metis.h is.

I believe I haven't done something correct in the installation but I can't determine what it is.

Can someone help me with the installation process?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can try sudo apt-get install libmetis-dev.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...