Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel authored Dec 15, 2021
1 parent 951b20a commit 16ea75b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 16ea75b

Please sign in to comment.