diff options
author | crupest <crupest@outlook.com> | 2022-02-27 22:11:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-27 22:11:09 +0800 |
commit | 5b891e26f0510d8bd62c01a9e03ca677341cf74f (patch) | |
tree | d2bd38b6a7544c33593bbda993d350af1b57b4f5 | |
parent | 300474fe98ed24c1ead50cdd282d476afab29037 (diff) | |
download | cru-5b891e26f0510d8bd62c01a9e03ca677341cf74f.tar.gz cru-5b891e26f0510d8bd62c01a9e03ca677341cf74f.tar.bz2 cru-5b891e26f0510d8bd62c01a9e03ca677341cf74f.zip |
...
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,8 +20,6 @@ _cru_ is built with [_CMake_](https://cmake.org/) and [_vcpkg_](https://github.c 2. Symlink the vcpkg installation directory to `vcpkg` of project root directory. Or just put real vcpkg there. -Currently I only build _cru_ with **LLVM/Clang**. If you compile with MSVC, you might encounter some problems. - ## structure of repository - `include/` contains public headers. |