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

make install

parent b39f6f9c
...@@ -59,6 +59,8 @@ $ echo $CPATH ...@@ -59,6 +59,8 @@ $ echo $CPATH
>>> /usr/local/cuda/include:... >>> /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: Then run:
``` ```
......
...@@ -10,9 +10,10 @@ sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h ...@@ -10,9 +10,10 @@ sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make config make config
make make
sudo make install
else else
./vsgen.bat ./vsgen.bat
fi fi
sudo make install
cd .. 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