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

Commit

Permalink
doc: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 3, 2023
1 parent 9ea19d3 commit e14dfe3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# [Universal C++ RunTime (UCXXRT)](https://github.com/mirokaku/ucxxrt)

[![Actions Status](https://github.com/MiroKaku/ucxxrt/workflows/build%20&%20publish/badge.svg)](https://github.com/MiroKaku/ucxxrt/actions)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/ucxxrt/blob/master/LICENSE)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/ucxxrt/blob/main/LICENSE)
![Windows](https://img.shields.io/badge/Windows-7+-orange.svg)
![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/master/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 @@ -38,7 +37,7 @@ But there are several problems,like it isn't support C++ exception and it cost

### 1.3 Example

> See project [unittest](https://github.com/MiroKaku/ucxxrt/blob/master/src/unittest.cpp) for more Infomation.
> See project [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/src/unittest.cpp) for more Infomation.
```cpp
void Test$ThrowUnknow()
Expand Down Expand Up @@ -94,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/master/readme/nuget.png?raw=true)
![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true)

### 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/master/readme/use.gif?raw=true)
![usage](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.gif?raw=true)

## 3. How to compile

Expand Down
11 changes: 5 additions & 6 deletions ReadMe.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# [Universal C++ RunTime (UCXXRT)](https://github.com/mirokaku/ucxxrt) - 通用 C++ 运行时库

[![Actions Status](https://github.com/MiroKaku/ucxxrt/workflows/build%20&%20publish/badge.svg)](https://github.com/MiroKaku/ucxxrt/actions)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/ucxxrt/blob/master/LICENSE)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/ucxxrt/blob/main/LICENSE)
![Windows](https://img.shields.io/badge/Windows-7+-orange.svg)
![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/)

* [English](https://github.com/MiroKaku/ucxxrt/blob/master/README.md)
* [English](https://github.com/MiroKaku/ucxxrt/blob/main/README.md)

> 03/29/2022 开始移除了 UserMode 支持。最后支持 UserMode 的版本为 [e2f159f8f](https://github.com/MiroKaku/ucxxrt/tree/e2f159f8f04a829359e3a057b70457121485b4dc), UserMode 请使用 [VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)
Expand Down Expand Up @@ -36,7 +35,7 @@ ucxxrt 是一个基于微软的 MSVC 修改的开源运行时库,最大的亮

### 1.3 例子

> 项目 [unittest](https://github.com/MiroKaku/ucxxrt/blob/master/src/unittest.cpp) 查看更多信息。
> 项目 [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/src/unittest.cpp) 查看更多信息。
```cpp
void Test$ThrowUnknow()
Expand Down Expand Up @@ -92,14 +91,14 @@ void Test$HashMap()

右键单击该项目并选择“管理 NuGet 包”,然后搜索`ucxxrt`并选择适合你的版本,最后单击“安装”。

![nuget](https://github.com/MiroKaku/ucxxrt/blob/master/readme/nuget.png?raw=true)
![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true)

### 2.2 方法二

1.[release](https://github.com/MiroKaku/ucxxrt/releases) 下载最新包并解压。
2. 在 Visual Studio 中,你可以打开属性管理器(视图 - 属性管理器),然后右键添加现有属性表,然后选择 `ucxxrt.props` 即可。

![使用方法](https://github.com/MiroKaku/ucxxrt/blob/master/readme/use.zh-cn.gif?raw=true)
![使用方法](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.zh-cn.gif?raw=true)

## 3. 怎样编译

Expand Down

0 comments on commit e14dfe3

Please sign in to comment.