Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
docs: update.
  • Loading branch information
MiroKaku committed Sep 6, 2023
1 parent bd8cafa commit 3a5eab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -93,15 +93,15 @@ 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

1. Download the latest package from [release](https://github.com/MiroKaku/ucxxrt/releases) and unzip it.

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

Expand All @@ -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)
- [ ] ...
7 changes: 2 additions & 5 deletions ReadMe.zh-cn.md → README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 怎样编译

Expand Down Expand Up @@ -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)
- [ ] ...

0 comments on commit 3a5eab4

Please sign in to comment.