From 3a892de7c7651852432ef0371025bf7bc542a65a Mon Sep 17 00:00:00 2001 From: Raymonf Date: Tue, 18 Aug 2020 22:11:29 -0400 Subject: [PATCH] Add a link to Windows compilation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de4ad96..5c9eed1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Some modern IDEs/text editors do this automatically. If all else fails, use Note ## Compiling -OpenFusion can be compiled from source using the included makefile. to compile for windows (on a *nix system) use `make windows`, otherwise to compile it for the current platform you're on just run `make` +OpenFusion can be compiled from source using the included makefile. A detailed compilation guide is available for Windows users [in the wiki](https://github.com/OpenFusionProject/OpenFusion/wiki/Compilation-on-Windows). Otherwise, to compile it for the current platform you're on, just run `make` with the correct build tools installed (currently make and clang). ## "Gameplay" @@ -86,4 +86,4 @@ To make your landwalking experience more pleasant, you can make use of a few adm * A `/speed` of around 2400 or 3000 is nice. * A `/jump` of about 50 will send you soaring * [This map](res/dong_number_map.png) (credit to Danny O) is useful for `/warp` coordinates. -* `/goto` is useful for more precise teleportation (ie. for getting into Infected Zones, etc.). \ No newline at end of file +* `/goto` is useful for more precise teleportation (ie. for getting into Infected Zones, etc.).