diff --git a/docs/book/cn/install.md b/docs/book/cn/install.md index 3f2ee0e4..5b8763bd 100644 --- a/docs/book/cn/install.md +++ b/docs/book/cn/install.md @@ -1,5 +1,12 @@ ## 安装 + +### 视频介绍 + + + + + Windows与UNIX环境的安装并无差异,仅需要先行安装并配置`mingw`、`git bash`以及`make`,后续步骤与UNIX的完全一致。 安装[MingW-W64-builds](https://www.mingw-w64.org/downloads/#mingw-builds)时请选择如下设置: diff --git a/docs/book/cn/quickstart.md b/docs/book/cn/quickstart.md index d5ad7fe8..dfcbe1ca 100644 --- a/docs/book/cn/quickstart.md +++ b/docs/book/cn/quickstart.md @@ -1,5 +1,12 @@ ## 快速入门 + +### 视频介绍 + + + + + Melon的使用并不繁琐,大致步骤可分为: 1. 在使用前初始化库 diff --git a/docs/book/cn/trace.md b/docs/book/cn/trace.md index 15379c71..e4f87aa7 100644 --- a/docs/book/cn/trace.md +++ b/docs/book/cn/trace.md @@ -1,5 +1,12 @@ ## 跟踪模式 + +### 视频介绍 + + + + + 跟踪模式用于收集使用Melon库的程序信息。大致过程如下: 1. 在程序中使用指定函数设置跟踪点 diff --git a/docs/book/en/install.md b/docs/book/en/install.md index 47c8ccf4..c1c76f7b 100644 --- a/docs/book/en/install.md +++ b/docs/book/en/install.md @@ -1,5 +1,9 @@ ## Installation + + + + On Windows, there is no difference between the installation of Windows and UNIX environments, you only need to install and configure `mingw`, `git bash` and `make` first. Please select the following settings when installing [MingW-W64-builds](https://www.mingw-w64.org/downloads/#mingw-builds):