Metis installation

971 Views Asked by At

I am totally new in ubuntu and metis and I am trying to install metis in ubuntu. I could not find any suitable tutorial. firstly, I downloaded CMake 2.8.9 and I tried to install CMake using following codes:

cd cmake-2.8.9 ./configure --help ./configure --prefix=opt/cmake

Then I tried to install metis:

   cd metis-5.1.0
   make config

but I received an error

user@user:~/metis-5.1.0$ make config
rm -rf build/Linux-x86_64
mkdir -p build/Linux-x86_64
cd build/Linux-x86_64 && cmake /home/user/metis-5.1.0 -DCMAKE_VERBOSE_MAKEFILE=1 -DGKLIB_PATH=/home/user/metis-5.1.0/GKlib
/bin/sh: 1: cmake: not found
make: *** [config] Error 127

Cis it possible to help me regarding metis installation step by step. Many thanks

0

There are 0 best solutions below