diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 13:11:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-09 13:11:35 +0200 |
| commit | 5083b7116105e594103f7299f15f767ea47485a5 (patch) | |
| tree | 9874c7510b8c6e9599c2151c3d48910ab75616a5 | |
| parent | Updated README.md (diff) | |
| download | zen-5083b7116105e594103f7299f15f767ea47485a5.tar.xz zen-5083b7116105e594103f7299f15f767ea47485a5.zip | |
Update README.md
| -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 |