diff options
author | crupest <crupest@outlook.com> | 2019-05-24 23:58:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-05-24 23:58:38 +0800 |
commit | a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a (patch) | |
tree | e07c739ac86c48f47829694960a2f0319037227d /README.md | |
parent | 62400fbb5a795bd490a313443401a1012e7917c2 (diff) | |
download | cru-a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a.tar.gz cru-a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a.tar.bz2 cru-a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a.zip |
Update readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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.  |