Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 13, 2024
1 parent a1f9899 commit cf805c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Press the key that binds to version-locking, and you'll find a file named **.vmr
### 8. After the installation of an SDK,how should I found the related command?

**VMR** do not open new terminal session by default, so, you need to use **source** command to refresh the envs for current terminal. On windows, **VMR** also customized the **source** command for users. It is integrated to the powershell config file during the installation process of **VMR**. And you can use **source** to refresh **PATH** env in any powershell session.

### 9. Why some of the SDKs on Windows can not run properly?

For example, agg, php, etc. It may be caused by lacking of **Microsoft Visual C++ Redistributable**. You can download it from [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170).
4 changes: 4 additions & 0 deletions docs/zh-cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
### 8. 安装一个SDK之后,当前终端没有找到相关命令?

**VMR**默认不打开新的终端session,所以你需要使用source命令刷新一下环境变量。另外,**VMR**也为Windows用户贴心地提供了**source**命令,在**VMR**安装过程中就已经集成到系统powershell配置文件中,所以Windows用户也能愉快地使用source命令刷新PATH环境变量了。

### 9. 为啥部分Windows下的SDK无法运行?

例如,Windows下的agg, php等等。可能是缺少**Microsoft Visual C++ Redistributable**,可以到官网[下载](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170)安装。

0 comments on commit cf805c9

Please sign in to comment.