Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Oct 6, 2021
1 parent 54b1353 commit 5c864fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
1 change: 1 addition & 0 deletions reinstall
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

ts -K
make clean
make
sudo make uninstall
Expand Down

0 comments on commit 5c864fb

Please sign in to comment.