diff --git a/README.md b/README.md index e361544..470f2b3 100755 --- a/README.md +++ b/README.md @@ -65,13 +65,17 @@ git checkout cpu-only Then, simple run the provided script ``` -./install +./install_cmake ``` to use CMake, or +``` +./install_make +``` +to use Makefile. If Task Spooler has already been installed and you want to reinstall, execute + ``` ./reinstall ``` -to use Makefile. #### Common problems * Cannot find CUDA: Did you set a `CUDA_HOME` flag? diff --git a/reinstall b/reinstall index a08f227..3b2075e 100755 --- a/reinstall +++ b/reinstall @@ -1,5 +1,6 @@ #!/bin/bash +ts -K make clean make sudo make uninstall