diff --git a/README.md b/README.md index 0112880..bad70a8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2022-purple.svg) [![nuget](https://img.shields.io/nuget/v/ucxxrt)](https://www.nuget.org/packages/ucxxrt/) -* [简体中文](https://github.com/MiroKaku/ucxxrt/blob/main/ReadMe.zh-cn.md) +* [简体中文](https://github.com/MiroKaku/ucxxrt/blob/main/README.zh-CN.md) > UserMode support will be removed starting 03/29/2022. The last version to support UserMode is [e2f159f8f](https://github.com/MiroKaku/ucxxrt/tree/e2f159f8f04a829359e3a057b70457121485b4dc), UserMode please use [VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5) @@ -93,7 +93,7 @@ void Test$HashMap() Right click on the project and select "Manage NuGet Packages", then search for `ucxxrt` and choose the version that suits you, and finally click "Install". -![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true) +![nuget](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/nuget.png) ### 2.2 Option 2 @@ -101,7 +101,7 @@ Right click on the project and select "Manage NuGet Packages", then search for ` 2. Add the property sheet `ucxxrt.props` to yor project. -![usage](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.gif?raw=true) +![usage](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/use.gif) ## 3. How to compile @@ -127,15 +127,12 @@ Thanks to [JetBrains](https://www.jetbrains.com/?from=meesong) for allocating fr ## 6. List of features that are not supported at this time - [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ... -- [ ] std::thread - [ ] std::filesystem - [ ] std::chrono - [ ] std::stacktrace_entry - [ ] std::locale - [ ] std::stream (std::fstream、std::iostream、std::cin、std::cout、std::cerr) -- [ ] std::mutex、std::shared_mutex - [ ] std::future -- [ ] std::condition_variable - [ ] std::latch - [ ] std::semaphore (std::counting_semaphore、std::binary_semaphore) - [ ] ... diff --git a/ReadMe.zh-cn.md b/README.zh-CN.md similarity index 95% rename from ReadMe.zh-cn.md rename to README.zh-CN.md index b9972b3..05b1036 100644 --- a/ReadMe.zh-cn.md +++ b/README.zh-CN.md @@ -91,14 +91,14 @@ void Test$HashMap() 右键单击该项目并选择“管理 NuGet 包”,然后搜索`ucxxrt`并选择适合你的版本,最后单击“安装”。 -![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true) +![nuget](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/nuget.png) ### 2.2 方法二 1. 从 [release](https://github.com/MiroKaku/ucxxrt/releases) 下载最新包并解压。 2. 在 Visual Studio 中,你可以打开属性管理器(视图 - 属性管理器),然后右键添加现有属性表,然后选择 `ucxxrt.props` 即可。 -![使用方法](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.zh-cn.gif?raw=true) +![使用方法](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/use.zh-cn.gif) ## 3. 怎样编译 @@ -126,15 +126,12 @@ IDE:Visual Studio 2019 或更高版本 (编译 ARM/ARM64 需要 Visual Studio ## 6. 暂不支持的特性列表 - [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ... -- [ ] std::thread - [ ] std::filesystem - [ ] std::chrono - [ ] std::stacktrace_entry - [ ] std::locale - [ ] std::stream (std::fstream、std::iostream、std::cin、std::cout、std::cerr) -- [ ] std::mutex、std::shared_mutex - [ ] std::future -- [ ] std::condition_variable - [ ] std::latch - [ ] std::semaphore (std::counting_semaphore、std::binary_semaphore) - [ ] ...