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 1510e72 commit c194ad4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ From with the joker project file, run the following commands in terminal:
`cd Build`

`cmake ..`
optional cmake -D flags:
- GM_VERSION=x.x.x specify a specific version on GraphicsMagick to be downlaoded (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/downlaod)

eg: `cmake -DGM_VERSION=1.3.34 ..`

`make`

Expand Down

0 comments on commit c194ad4

Please sign in to comment.