Skip to content

Commit 971e83f

Browse files
authored
Merge pull request #46 from moltenform/master
Add windows tips in documentation
2 parents 9bff20e + 7e3cc7a commit 971e83f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,14 @@ sudo yum install imagemagick pdfinfo
471471
brew install imagemagick xpdf
472472
```
473473

474+
## Windows
475+
476+
- The script should work fine in cygwin.
477+
- If you are using msys/git for windows, and the script exits with a 'file not found' error,
478+
- try running `export MSYS_NO_PATHCONV=1`
479+
- and `export MSYS2_ARG_CONV_EXCL="*"`
480+
- and then running again.
481+
474482
## Clone using git
475483
```
476484
git clone https://github.com/tavinus/pdfScale.git

0 commit comments

Comments
 (0)