From 2317061516b0bd0002467acbead3120cbe49a6c5 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 4 Dec 2021 17:20:43 +0800 Subject: ... --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 06f161e9..a6f20461 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ ## overview -CruUI is a UI library. +_cru_ is a UI library. It is **under construction**. It can be built with _CMake_. +After I changed to macOS, Windows feature is left behind now. + ## build -CruUI uses [_vcpkg_](https://github.com/microsoft/vcpkg) with _manifests mode_ to manage dependencies. You must setup vcpkg and `VCPKG_INSTALLATION_ROOT` environment variable. +_cru_ uses [_vcpkg_](https://github.com/microsoft/vcpkg) with _manifests mode_ to manage dependencies. You must setup vcpkg and `VCPKG_INSTALLATION_ROOT` environment variable. There is also a automatic python script used in CI. Use python3 to run `tool/win_build.py` to build on Windows. Run with `-h` to see options. For convenience to avoid environment setup it uses _Visual Studio_ generator. @@ -38,8 +40,6 @@ Check the code or fire a issue if you have any problem. - `snippets/` contains useful snippets file for _Visual Studio_, you can import it. **No longer use any more**, because now I develop CruUI in VS Code. -- `drafts/` contains draft codes during refactor etc. They are not in main source but I think might be used in the future. - - `CMakeSettings.json` is a file that helps _Visual Studio_ to config CMake and setup intellisense. ## project structure -- cgit v1.2.3