Browse Source

add installation guide for Gentoo users

Link: https://github.com/xmake-io/xmake-package-gentoo/issues/11
YingChi Long 3 years ago
parent
commit
d60417fb80
2 changed files with 18 additions and 0 deletions
  1. 9 0
      guide/installation.md
  2. 9 0
      zh-cn/guide/installation.md

+ 9 - 0
guide/installation.md

@@ -96,6 +96,15 @@ sudo dnf copr enable waruqi/xmake
 sudo dnf install xmake
 ```
 
+## Gentoo
+
+1. Refer to [here](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users) to add GURU to your system repository
+2. Install dev-util/xmake
+
+```bash
+sudo emerge -a --autounmask dev-util/xmake
+```
+
 ## Other Linux
 
 Download xmake `xmake-x.x.x.gz.run` install package from [Releases](https://github.com/xmake-io/xmake/releases) 

+ 9 - 0
zh-cn/guide/installation.md

@@ -113,6 +113,15 @@ sudo dnf copr enable waruqi/xmake
 sudo dnf install xmake
 ```
 
+## Gentoo
+
+1. 参考[这里](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users)将GURU添加到你的系统仓库
+2. 安装dev-util/xmake
+
+```bash
+sudo emerge -a --autounmask dev-util/xmake
+```
+
 ## 其他Linux
 
 先从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载xmake-x.x.x.gz.run自安装包