diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -23,6 +23,8 @@ basis and requires manual bootstrap so you will need to do the following at leas Now you are ready to start building! +## Building on Windows + ### Building with Visual Studio We currently require Visual Studio 2019 Version 16.10 or later. Visual Studio 2022 can also be used, but @@ -52,6 +54,14 @@ It's also possible to generate project files for Visual Studio via `d:\zen> xmake project -k vsxmake` +## Building on Linux + +... coming soon + +## Building on Mac + +... coming soon + # Implementation Notes * The implementation currently depends only on a few libraries including the C++ standard library |