Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Jun 9, 2022
1 parent 46bbaae commit f79757a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ to use Makefile. If Task Spooler has already been installed, and you want to rei
./reinstall
```

#### Local installation
To install without sudo privilege, one can use the following command
```
make install-local
```

Note that, the installation will create a `bin` folder in `$HOME` if it does not exist.
To use `ts` anywhere, `$HOME/bin` needs to be added to `$PATH` if it hasn't been done already.
To use `man`, you may also need to add `$HOME/.local/share/man` to `$MANPATH`.

#### Common problems
* Cannot find CUDA: Did you set a `CUDA_HOME` flag?
* `/usr/bin/ld: cannot find -lnvidia-ml`: This lib lies in `$CUDA_HOME/lib64/stubs`.
Expand Down

0 comments on commit f79757a

Please sign in to comment.