From: Markus Triska Date: Sat, 1 Apr 2023 08:59:32 +0000 (+0200) Subject: use the release flag so that the instructions can be used verbatim X-Git-Tag: v0.9.2~158^2~2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=b79d8732ea9da51ec76520193ae5056a28191f29;p=scryer-prolog.git use the release flag so that the instructions can be used verbatim Also, the location of the executable depends on this flag. --- diff --git a/README.md b/README.md index 97830007..a91ce449 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ can be done as follows: ``` $> git clone https://github.com/mthom/scryer-prolog $> cd scryer-prolog -$> cargo build [--release] +$> cargo build --release ``` -The optional `--release` flag will perform various optimizations, -producing a faster executable. +The `--release` flag performs various optimizations, producing a +faster executable. On Windows, Scryer Prolog is easier to build inside a [MSYS2](https://www.msys2.org/) environment as some crates may require native C compilation. However,