Commit 1a297123 authored by rusty1s's avatar rusty1s
Browse files

make install

parent b39f6f9c
......@@ -59,6 +59,8 @@ $ echo $CPATH
>>> /usr/local/cuda/include:...
```
Afterwards, download and install the [METIS library](http://glaros.dtc.umn.edu/gkhome/metis/metis/download) by following the instructions in the `Install.txt` file.
Then run:
```
......
......@@ -10,9 +10,10 @@ sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make config
make
sudo make install
else
./vsgen.bat
fi
sudo make install
cd ..
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment