Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoxro authored Sep 17, 2020
1 parent 977706d commit f88cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ From with the joker project file, run the following commands in terminal:
`cmake ..`
optional cmake -D flags:
- GM_VERSION=x.x.x specify a specific version on GraphicsMagick to be downloaded (default is 1.3.35)
- GM_SOURCE=x provide an alternative (relative) filepath to a GraphicsMagick archive which you have downlaoded elsewhere (default is /External/download)
- GM_SOURCE=x provide an alternative (relative) filepath to a GraphicsMagick archive which you have downlaoded elsewhere (default is /External/download/GraphicsMagick-${GM_VERSION}.tar.gz - where ${GM_VERSION} is the version above)

eg: `cmake -DGM_VERSION=1.3.34 ..`

Expand Down

0 comments on commit f88cd96

Please sign in to comment.