diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 11:46:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 11:46:05 +0000 |
commit | 39d8e438da806cef22e1218cc9bf4ed1858d6eb1 (patch) | |
tree | 16bc9dc29214b39d39ed4938ff6a391507be4d51 /README.md | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-39d8e438da806cef22e1218cc9bf4ed1858d6eb1.tar.gz mutator-39d8e438da806cef22e1218cc9bf4ed1858d6eb1.zip |
readme update [ci skip]
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -236,8 +236,9 @@ make install #### Windows -There is no official windows support and there are no plans to do so. Right now I don't have the resources to do so.<br/> -Let me know if you decide to try this and/or have any problems with it.<br/> +Currently only cygwin builds are supported.<br/> +To build on cygwin just get the dependencies and run `make`. There are no extra steps required.<br/> +If you have trouble building, you can take a look at `appveyor.yml` in the root directory.<br/> ### Running |