Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk authored Mar 11, 2021
1 parent dc3ed78 commit 290ca03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ Create `~/.odbcinst.ini` file and add
Driver = /usr/local/lib/libtdsodbc.so
```
If your location of `libtdsodbc.so` differs, use the proper location.

### Installation Tips

If within PNNL network there may be an error associated with `mount_smbfs`. This happens due to network access credentials. Options are either to wait or proactively access one of the PNNL servers. For example try mounting one of the public directories from the terminal window. Enter your network password once requested.
`mount -t smbfs //protoapps/DataPkgs/Public/ ~/temp_msms_results`
Then compilation of the vignettes that imply access to PNNL DMS should proceed smoothly.

0 comments on commit 290ca03

Please sign in to comment.