From 16ea75bb992d2489d39f1f81d2d06b252ca5d861 Mon Sep 17 00:00:00 2001 From: fidoriel <49869342+fidoriel@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:20:38 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b5caba0..a2d57de 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,10 @@ Your trains are shown on the "Train Control" Panel. If the stop button is greyed - add reset App option - add update notifications - add more user warnings & exeptions + - improove build environment + +# Build + +Linux/macOS: Information can be found in the CMakeLists.txt. Please note right now, track38 needs a staticly build wxWidgets instalation in the home directory of the user. Build and clone commands can be found there as well. Cmake, make and gcc(Linux), clang(macOS) are required. + +Windows needs also a static instalation in the home directory. You need to change the wxWidgets_ROOT_DIR var in the cmake file to make it fit your system. For building you need the Developer PowerShell distributed with Visual Studio, you will also need cmake. Commands for Windows can be found in the cmake file.