From a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 24 May 2019 23:58:38 +0800 Subject: Update readme. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ffd8497..8b7ed3f5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ CruUI is a UI library. -It is **under construction**. +It is **under construction**. It can be built with *CMake*. ## build -Use python3 to run `tool/build.py`. Run with `-h` to see the options. +Use python3 to run `tool/win_build.py` to build on Windows. Run with `-h` to see the options. ## structure of repository @@ -26,6 +26,9 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options. - `snippets/` contains useful snippets file for *Visual Studio*, you can import it. +- `CMakeSettings.json` is a file that helps *Visual Studio* to config CMake and setup intellisense. + ## project structure +Test and Linux module is not developed now. ![project structure](art/project_structure.png) -- cgit v1.2.3