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 c194ad4 commit 977706d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Binaries for your system may be available on the [Releases](https://github.com/j

Joker can be compiled from source using cmake, download the latest tagged release code from the main [repo page](https://github.com/jnoxro/joker).

Cmake will downlaod and install a version of GraphicsMagick into 'External/' within the project files (this is not a system wide install and should not intefere with any other installs you have) which it will then use when building Joker.
Cmake will download and install a version of GraphicsMagick into 'External/' within the project files (this is not a system wide install and should not intefere with any other installs you have) which it will then use when building Joker.

From with the joker project file, run the following commands in terminal:

Expand All @@ -26,8 +26,8 @@ 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 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)
- 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)

eg: `cmake -DGM_VERSION=1.3.34 ..`

Expand Down

0 comments on commit 977706d

Please sign in to comment.