Skip to content

Commit 15625d9

Browse files
ar3emiText-CI
authored andcommitted
Fix BUILDING.MD
DEVSIX-4096
1 parent 46a22c1 commit 15625d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ The syntax of commands depends on installed Ghostscript and Imagemagick versions
1818
environment variables. Examples of paths on Windows:
1919
- `C:\Program Files\gs\gs9.26\bin\gswin64c.exe`
2020
- `C:\Program Files\ImageMagick-7.0.9-Q16\compare.exe`
21+
2122
If you have a new version of ImageMagick, then there is no compare.exe utility there, wrap the path to magick.exe in quotes and call compare command:
22-
`ITEXT_MAGICK_COMPARE_EXEC="\"C:\Program Files\ImageMagick-7.0.9-Q16\magick.exe\" compare"`
23+
ITEXT_MAGICK_COMPARE_EXEC=`"C:\Program Files\ImageMagick-7.0.9-Q16\magick.exe" compare`
24+
2325
To run build with tests, activate the `test` profile and pass ITEXT_GS_EXEC and ITEXT_MAGICK_COMPARE_EXEC environment variables:
2426
```bash
2527
$ mvn clean install \

0 commit comments

Comments
 (0)