From c51487f2877f2e29c5370f7325ffc58270928c5b Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 17 Aug 2024 15:16:48 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 964e8278..88887bee 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ You need the [hxcpp](https://lib.haxe.org/p/hxcpp) library and **at least Haxe 3 > [!WARNING] > If you are trying to build x64 versions of wxWidgets you need to use a "64-bit hosted developer command prompt" shortcut: https://learn.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-170 +> [!INFO] +> You many need to add `-D HXCPP_M64` to your .hxml file if you are using a x64 version of wxWidgets + ## Requirements for Linux and Mac You need wxWidgets 3.x and wx-config available in your path. From a1fa8b38723638ce33f59ced3e0c9c2e65c2f68f Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 17 Aug 2024 15:17:29 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88887bee..c2a86de1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You need the [hxcpp](https://lib.haxe.org/p/hxcpp) library and **at least Haxe 3 > [!WARNING] > If you are trying to build x64 versions of wxWidgets you need to use a "64-bit hosted developer command prompt" shortcut: https://learn.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-170 -> [!INFO] +> [!IMPORTANT] > You many need to add `-D HXCPP_M64` to your .hxml file if you are using a x64 version of wxWidgets ## Requirements for Linux and Mac From 9d54b187c22e17d500c886af78e76c3300f7602a Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 17 Aug 2024 15:27:01 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a86de1..589438f3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You need the [hxcpp](https://lib.haxe.org/p/hxcpp) library and **at least Haxe 3 > If you are trying to build x64 versions of wxWidgets you need to use a "64-bit hosted developer command prompt" shortcut: https://learn.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-170 > [!IMPORTANT] -> You many need to add `-D HXCPP_M64` to your .hxml file if you are using a x64 version of wxWidgets +> You may need to add `-D HXCPP_M64` to your .hxml file if you are using a x64 version of wxWidgets ## Requirements for Linux and Mac